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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 281
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:a1c5ba7536857a9dd1b9e522aec24b773b3b6f7663311d4427c2ff336db10b5b
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -279,3 +279,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 279 |
278.0,0.33930429585168853,0.7192545345824197,0.14839613437652588,14.4767,177.734,5.595,0.2549553050913331,182924
|
| 280 |
279.0,0.33967414374734906,0.719084349340632,0.14842939376831055,14.402,178.655,5.624,0.2541780023319083,183582
|
| 281 |
280.0,0.3394732211925607,0.7195851615476665,0.14840063452720642,14.5186,177.221,5.579,0.2568985619898951,184240
|
|
|
|
|
|
| 279 |
278.0,0.33930429585168853,0.7192545345824197,0.14839613437652588,14.4767,177.734,5.595,0.2549553050913331,182924
|
| 280 |
279.0,0.33967414374734906,0.719084349340632,0.14842939376831055,14.402,178.655,5.624,0.2541780023319083,183582
|
| 281 |
280.0,0.3394732211925607,0.7195851615476665,0.14840063452720642,14.5186,177.221,5.579,0.2568985619898951,184240
|
| 282 |
+
281.0,0.3398219767834321,0.7192755498059509,0.1483771800994873,14.5339,177.035,5.573,0.2565099106101827,184898
|