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 346
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:277135f830ba9c19dfabe9d73bf6ae4caa837cb33e71932fa5440a67b0acc136
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -344,3 +344,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 344 |
343.0,0.3428549185783561,0.7210539398458862,0.14768673479557037,14.4458,178.114,5.607,0.25806451612903225,225694
|
| 345 |
344.0,0.343411552351322,0.7208237986270023,0.14769762754440308,14.3332,179.514,5.651,0.25767586474931986,226352
|
| 346 |
345.0,0.3443791340658843,0.7211060274517604,0.14769886434078217,14.3866,178.848,5.63,0.2592304702681695,227010
|
|
|
|
|
|
| 344 |
343.0,0.3428549185783561,0.7210539398458862,0.14768673479557037,14.4458,178.114,5.607,0.25806451612903225,225694
|
| 345 |
344.0,0.343411552351322,0.7208237986270023,0.14769762754440308,14.3332,179.514,5.651,0.25767586474931986,226352
|
| 346 |
345.0,0.3443791340658843,0.7211060274517604,0.14769886434078217,14.3866,178.848,5.63,0.2592304702681695,227010
|
| 347 |
+
346.0,0.34368247972809857,0.7205845802057961,0.14771637320518494,14.3219,179.655,5.656,0.2568985619898951,227668
|