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 ·
2b061a4
1
Parent(s): b7cb5f9
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- training_args.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:4f34b7be047f428116f037a473db20fd55bed6ea0d80fec0788188a6d6efbb12
|
| 3 |
size 1421599153
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4091
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41fabb54a56a9b872b9885dcfc45f4bc44816beb8359d0b422bad34e4d002ced
|
| 3 |
size 4091
|