Text Classification
Transformers
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use khilan-crest/twitter-roberta-base-sentiment-latest_22012025T171349 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use khilan-crest/twitter-roberta-base-sentiment-latest_22012025T171349 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="khilan-crest/twitter-roberta-base-sentiment-latest_22012025T171349")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("khilan-crest/twitter-roberta-base-sentiment-latest_22012025T171349") model = AutoModelForSequenceClassification.from_pretrained("khilan-crest/twitter-roberta-base-sentiment-latest_22012025T171349") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.