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 577
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:b59a57c12fc94bb6632d73c95ac04e92ac27506b94d56663f350dad70073019b
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -575,3 +575,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 575 |
574.0,0.3500400535717508,0.7238302934179223,0.14662466943264008,14.3956,178.735,5.627,0.2592304702681695,377692
|
| 576 |
575.0,0.3499144185338867,0.7239446401111166,0.14660924673080444,14.3328,179.519,5.651,0.26078507578701904,378350
|
| 577 |
576.0,0.3498104765510311,0.7237972295318008,0.14654354751110077,14.369,179.066,5.637,0.26000777302759426,379008
|
|
|
|
|
|
| 575 |
574.0,0.3500400535717508,0.7238302934179223,0.14662466943264008,14.3956,178.735,5.627,0.2592304702681695,377692
|
| 576 |
575.0,0.3499144185338867,0.7239446401111166,0.14660924673080444,14.3328,179.519,5.651,0.26078507578701904,378350
|
| 577 |
576.0,0.3498104765510311,0.7237972295318008,0.14654354751110077,14.369,179.066,5.637,0.26000777302759426,379008
|
| 578 |
+
577.0,0.35003164166062223,0.7238916988991372,0.1466130167245865,14.3435,179.385,5.647,0.26078507578701904,379666
|