Text Classification
Transformers
Safetensors
llama
classification
bias-detection
text-embeddings-inference
Instructions to use QuixiAI/ReAligned-Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use QuixiAI/ReAligned-Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="QuixiAI/ReAligned-Classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("QuixiAI/ReAligned-Classifier") model = AutoModelForSequenceClassification.from_pretrained("QuixiAI/ReAligned-Classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
---
|
| 10 |
# ReAligned Classifier
|
| 11 |
|
| 12 |
-
|
| 13 |
|
| 14 |
## Overview
|
| 15 |
|
|
|
|
| 9 |
---
|
| 10 |
# ReAligned Classifier
|
| 11 |
|
| 12 |
+

|
| 13 |
|
| 14 |
## Overview
|
| 15 |
|