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,9 +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 for your work, it would be great if you could cite it
|
| 20 |
-
|
| 21 |
-
|
| 22 |
|
| 23 |
- APA: Dickson, Z. P. (2024). The Gender Gap in Elite-Voter Responsiveness Online. Perspectives on Politics, 1-17.
|
| 24 |
- BibTeX: @article{dickson2024gender,
|
|
|
|
| 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 |
- APA: Dickson, Z. P. (2024). The Gender Gap in Elite-Voter Responsiveness Online. Perspectives on Politics, 1-17.
|
| 22 |
- BibTeX: @article{dickson2024gender,
|