Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use maxschlake/roberta-base_disaster_tweets_fire with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use maxschlake/roberta-base_disaster_tweets_fire with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="maxschlake/roberta-base_disaster_tweets_fire")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("maxschlake/roberta-base_disaster_tweets_fire") model = AutoModelForSequenceClassification.from_pretrained("maxschlake/roberta-base_disaster_tweets_fire", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Training in progress, epoch 5 9c1e666
Training in progress, epoch 4 ca27039
Training in progress, epoch 3 ecea9c3
Training in progress, epoch 2 8fbc9ac
Training in progress, epoch 1 4023ae2
Training in progress, epoch 2 2256022
Training in progress, epoch 1 476fa2b
End of training d19727f
Training in progress, epoch 5 d8355da
Training in progress, epoch 4 6f34139
Training in progress, epoch 3 367a8fd
Training in progress, epoch 2 efadaf8
Training in progress, epoch 1 85e17f2
End of training 99cd611
Training in progress, epoch 5 ec52848
Training in progress, epoch 4 485c695
Training in progress, epoch 3 98d4cbb
Training in progress, epoch 2 ce75362
Training in progress, epoch 1 5b76a87
End of training b047302
Training in progress, epoch 4 648423e
Training in progress, epoch 3 35dfd4b
Training in progress, epoch 2 ffc9dab
Training in progress, epoch 1 04bab4b
initial commit f763e1a
Maximilian Schlake commited on