Text Classification
Transformers
PyTorch
TensorBoard
roberta
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use chrisnb1/distilroberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chrisnb1/distilroberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="chrisnb1/distilroberta-base", device_map="auto")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("chrisnb1/distilroberta-base") model = AutoModelForSequenceClassification.from_pretrained("chrisnb1/distilroberta-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 7b6a6aa
update model card README.md 4edc120
christian commited on
Primer commit 🤗 09dccc0
christian commited on
update model card README.md 459be61
christian commited on
Model save 23344c4
christian commited on
Training in progress, step 1000 fc4da5b
christian commited on
Training in progress, step 500 1be9b62
christian commited on
initial commit 0353bbd
christian commited on