Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use genaibook/classifier-chapter4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use genaibook/classifier-chapter4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="genaibook/classifier-chapter4")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("genaibook/classifier-chapter4") model = AutoModelForSequenceClassification.from_pretrained("genaibook/classifier-chapter4") - Notebooks
- Google Colab
- Kaggle
Commit History
Update config.json 15f7eda verified
Update config.json d0fd566 verified
Training in progress, step 500 1e99391 verified
End of training a674629
Training in progress, step 500 94a9234
End of training 690568e
Training in progress, step 500 f589389
initial commit 798cc2e
Omar Sanseviero commited on