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 555
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:b3ad995ad72ba4e0e033b4c3d0996ca8458ddcb3e90696bedaa872b1d0bd78b8
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -553,3 +553,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 553 |
552.0,0.35059954655426945,0.723910564672054,0.14667144417762756,14.654,175.584,5.528,0.26078507578701904,363216
|
| 554 |
553.0,0.35047228711253214,0.724180673310526,0.14667242765426636,14.4713,177.8,5.597,0.26117372716673143,363874
|
| 555 |
554.0,0.350216974226131,0.7239598848177937,0.14660093188285828,14.6386,175.768,5.533,0.26078507578701904,364532
|
|
|
|
|
|
| 553 |
552.0,0.35059954655426945,0.723910564672054,0.14667144417762756,14.654,175.584,5.528,0.26078507578701904,363216
|
| 554 |
553.0,0.35047228711253214,0.724180673310526,0.14667242765426636,14.4713,177.8,5.597,0.26117372716673143,363874
|
| 555 |
554.0,0.350216974226131,0.7239598848177937,0.14660093188285828,14.6386,175.768,5.533,0.26078507578701904,364532
|
| 556 |
+
555.0,0.3498819045670741,0.7236554871998412,0.14662127196788788,14.3887,178.821,5.629,0.25961912164788187,365190
|