Instructions to use tweettemposhift/topic-topic_temporal-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tweettemposhift/topic-topic_temporal-roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tweettemposhift/topic-topic_temporal-roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tweettemposhift/topic-topic_temporal-roberta-base") model = AutoModelForSequenceClassification.from_pretrained("tweettemposhift/topic-topic_temporal-roberta-base") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
129d4ef | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7bb49c5a794a18c685a94a61f16a54ec525134b6b538154b91df30d63b00ed5c
size 4536
|