Text Classification
Transformers
Safetensors
bert
politics
twitter
tweets
issues
text-embeddings-inference
Instructions to use z-dickson/issue_classification_tweets with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use z-dickson/issue_classification_tweets with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="z-dickson/issue_classification_tweets")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("z-dickson/issue_classification_tweets") model = AutoModelForSequenceClassification.from_pretrained("z-dickson/issue_classification_tweets") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ This model classified politicians' tweets in English according to nine issues:
|
|
| 16 |
|
| 17 |
The model was used to classify Twitter messages to study responsiveness to public issue salience in the following article: https://doi.org/10.1017/S153759272400104X.
|
| 18 |
|
| 19 |
-
If you find the model useful
|
| 20 |
|
| 21 |
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
The model was used to classify Twitter messages to study responsiveness to public issue salience in the following article: https://doi.org/10.1017/S153759272400104X.
|
| 18 |
|
| 19 |
+
If you find the model useful for your work, it would be great if you could cite it!
|
| 20 |
|
| 21 |
|
| 22 |
|