Instructions to use YaraKyrychenko/bert-nli-ukraine-solidarity-twitter-geo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YaraKyrychenko/bert-nli-ukraine-solidarity-twitter-geo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="YaraKyrychenko/bert-nli-ukraine-solidarity-twitter-geo")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("YaraKyrychenko/bert-nli-ukraine-solidarity-twitter-geo") model = AutoModelForSequenceClassification.from_pretrained("YaraKyrychenko/bert-nli-ukraine-solidarity-twitter-geo") - Notebooks
- Google Colab
- Kaggle
Kyrychenko, Y., Brik, T., Linden, S. van der, & Roozenbeek, J. (2024). Social identity correlates of social media engagement before and after the 2022 Russian invasion of Ukraine. https://doi.org/10.17605/OSF.IO/RMC3E
- Downloads last month
- 2