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")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("chrisnb1/distilroberta-base") model = AutoModelForSequenceClassification.from_pretrained("chrisnb1/distilroberta-base") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
1be9b62 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:43645c6f37f110607dd8da53eabee35d9ed84f5a92b87834f1ec1a4ebc5fa0ff
size 4088
|