Text Classification
Transformers
Safetensors
English
multilingual
xlm-roberta
multi-label-classification
multi-head-classification
disaster-response
humanitarian-aid
social-media
twitter
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use spencercdz/xlm-roberta-sentiment-requests with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use spencercdz/xlm-roberta-sentiment-requests with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="spencercdz/xlm-roberta-sentiment-requests")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("spencercdz/xlm-roberta-sentiment-requests") model = AutoModel.from_pretrained("spencercdz/xlm-roberta-sentiment-requests") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 32
Browse files- model.safetensors +1 -1
- training_log.csv +1 -0
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1109972056
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5719c2b9bc4578a4acbb68cb606671c1c1c54203ca9db3b50ec240b25fb3c08
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -30,3 +30,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 30 |
29.0,0.237100621510197,0.6751843772722551,0.16502319276332855,14.3821,178.903,5.632,0.20171006607073455,19082
|
| 31 |
30.0,0.24228681292669593,0.677744991458301,0.16465836763381958,14.4736,177.772,5.596,0.20481927710843373,19740
|
| 32 |
31.0,0.24679782639046557,0.6796416434970651,0.1643495112657547,14.261,180.422,5.68,0.20443062572872134,20398
|
|
|
|
|
|
| 30 |
29.0,0.237100621510197,0.6751843772722551,0.16502319276332855,14.3821,178.903,5.632,0.20171006607073455,19082
|
| 31 |
30.0,0.24228681292669593,0.677744991458301,0.16465836763381958,14.4736,177.772,5.596,0.20481927710843373,19740
|
| 32 |
31.0,0.24679782639046557,0.6796416434970651,0.1643495112657547,14.261,180.422,5.68,0.20443062572872134,20398
|
| 33 |
+
32.0,0.24730023686989264,0.6798394566224143,0.1640038788318634,14.6112,176.098,5.544,0.20481927710843373,21056
|