Instructions to use hagara/roberta-large-three-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hagara/roberta-large-three-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="hagara/roberta-large-three-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("hagara/roberta-large-three-classification") model = AutoModelForSequenceClassification.from_pretrained("hagara/roberta-large-three-classification") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
bec9005 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c1d58f12c002cc35636a80ccf4d129043934e9f38675040bbef945f007b739f5
size 1421586865
|