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 ·
ef0d324
1
Parent(s): e3129e9
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 1422025304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2af5c80e1dfdc01b132b9086708845c35a384099326860f0f1e1840c9029f31
|
| 3 |
size 1422025304
|