Instructions to use PrachiPatel/text_results with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PrachiPatel/text_results with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="PrachiPatel/text_results")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("PrachiPatel/text_results") model = AutoModelForSequenceClassification.from_pretrained("PrachiPatel/text_results") - Notebooks
- Google Colab
- Kaggle
Commit ·
585fa68
1
Parent(s): 5d692c1
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
|
| 2 |
Label_0: Sad;
|
| 3 |
Label_1: Joy;
|
| 4 |
-
Label_2:
|
| 5 |
Label_3: Anger;
|
| 6 |
Label_4: Fear;
|
| 7 |
-
Label_5:
|
| 8 |
|
|
|
|
| 1 |
|
| 2 |
Label_0: Sad;
|
| 3 |
Label_1: Joy;
|
| 4 |
+
Label_2: disgust;
|
| 5 |
Label_3: Anger;
|
| 6 |
Label_4: Fear;
|
| 7 |
+
Label_5: neutral;
|
| 8 |
|