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 542
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:2f901fc2f5152ae6dc8bb21aca8bec449826be5c6d099f58dc22a640518787c3
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -540,3 +540,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 540 |
539.0,0.3491093021024498,0.7234654890090806,0.1467103511095047,14.3286,179.571,5.653,0.25961912164788187,354662
|
| 541 |
540.0,0.34985666412733357,0.7236195862479535,0.1467028707265854,14.4244,178.378,5.615,0.25845316750874464,355320
|
| 542 |
541.0,0.3504510423843426,0.7239908757314292,0.1467178910970688,14.5662,176.642,5.561,0.25884181888845703,355978
|
|
|
|
|
|
| 540 |
539.0,0.3491093021024498,0.7234654890090806,0.1467103511095047,14.3286,179.571,5.653,0.25961912164788187,354662
|
| 541 |
540.0,0.34985666412733357,0.7236195862479535,0.1467028707265854,14.4244,178.378,5.615,0.25845316750874464,355320
|
| 542 |
541.0,0.3504510423843426,0.7239908757314292,0.1467178910970688,14.5662,176.642,5.561,0.25884181888845703,355978
|
| 543 |
+
542.0,0.35007817319828094,0.7236574602072693,0.14671221375465393,14.6095,176.118,5.544,0.2592304702681695,356636
|