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
File size: 135 Bytes
5c24d10 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:786cdfc136dd5460dc4238c4d630d1d4222d868c0b2a17eb146feba2aca7bb75
size 2471653856
|