Instructions to use sabre-code/roberta-large-finetuned-emotion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sabre-code/roberta-large-finetuned-emotion with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="sabre-code/roberta-large-finetuned-emotion")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sabre-code/roberta-large-finetuned-emotion") model = AutoModelForSequenceClassification.from_pretrained("sabre-code/roberta-large-finetuned-emotion") - Notebooks
- Google Colab
- Kaggle
Commit ·
b7cb5f9
1
Parent(s): b410066
Training in progress, step 1500
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1421599153
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f87cebe97c1b994a09a14fcb4b5dcfbd469fa3f99b7dc283620b13882d77e125
|
| 3 |
size 1421599153
|