Instructions to use CouchCat/ma_sa_v7_distil with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CouchCat/ma_sa_v7_distil with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="CouchCat/ma_sa_v7_distil")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("CouchCat/ma_sa_v7_distil") model = AutoModelForSequenceClassification.from_pretrained("CouchCat/ma_sa_v7_distil") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ license: mit
|
|
| 4 |
tags:
|
| 5 |
- sentiment-analysis
|
| 6 |
widget:
|
| 7 |
-
- text: "I am
|
| 8 |
---
|
| 9 |
|
| 10 |
### Description
|
|
|
|
| 4 |
tags:
|
| 5 |
- sentiment-analysis
|
| 6 |
widget:
|
| 7 |
+
- text: "I am disappointed in the terrible quality of my dress"
|
| 8 |
---
|
| 9 |
|
| 10 |
### Description
|