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