Text Classification
Transformers
Safetensors
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use mongrz/sentiment_class6 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mongrz/sentiment_class6 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="mongrz/sentiment_class6")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("mongrz/sentiment_class6") model = AutoModelForSequenceClassification.from_pretrained("mongrz/sentiment_class6") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ datasets:
|
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
| 11 |
model-index:
|
| 12 |
-
- name:
|
| 13 |
results:
|
| 14 |
- task:
|
| 15 |
name: Text Classification
|
|
|
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
| 11 |
model-index:
|
| 12 |
+
- name: sentiment_class6
|
| 13 |
results:
|
| 14 |
- task:
|
| 15 |
name: Text Classification
|