Instructions to use groupappealslab/groupappeals_classifier_negative with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use groupappealslab/groupappeals_classifier_negative with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("zero-shot-classification", model="groupappealslab/groupappeals_classifier_negative")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("groupappealslab/groupappeals_classifier_negative", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ tags:
|
|
| 12 |
- text-classification
|
| 13 |
---
|
| 14 |
|
| 15 |
-
# Model Card for
|
| 16 |
|
| 17 |
This model classifies the valence of rhetorical appeals by politicians to groups ("group appeals") in political speech.
|
| 18 |
|
|
|
|
| 12 |
- text-classification
|
| 13 |
---
|
| 14 |
|
| 15 |
+
# Model Card for groupappeals_classifier_negative
|
| 16 |
|
| 17 |
This model classifies the valence of rhetorical appeals by politicians to groups ("group appeals") in political speech.
|
| 18 |
|