Instructions to use adityapatkar/WASSA_EMO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adityapatkar/WASSA_EMO with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="adityapatkar/WASSA_EMO")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("adityapatkar/WASSA_EMO") model = AutoModelForSequenceClassification.from_pretrained("adityapatkar/WASSA_EMO", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
13ad494
1
Parent(s): 8957f33
Upload TFRobertaForSequenceClassification
Browse files- tf_model.h5 +1 -1
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 498896704
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e46bdec9010d0806cd1de4cc27f31130bd0942cc3905b123e3b462cf4527e6a9
|
| 3 |
size 498896704
|