Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use maxschlake/roberta-base_disaster_tweets_hail with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maxschlake/roberta-base_disaster_tweets_hail with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="maxschlake/roberta-base_disaster_tweets_hail")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("maxschlake/roberta-base_disaster_tweets_hail") model = AutoModelForSequenceClassification.from_pretrained("maxschlake/roberta-base_disaster_tweets_hail", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, epoch 5 fe81c78
Training in progress, epoch 4 0938939
Training in progress, epoch 3 1ad59c9
Training in progress, epoch 2 95831ff
Training in progress, epoch 1 0d14412
Training in progress, epoch 2 9e11f58
Training in progress, epoch 1 f8fa018
initial commit 6f1e3cf
Maximilian Schlake commited on