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 358
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:68de5c3fa983de3e8a7a77d9da44c51dfc14f2ba0353a724df5fa346ba5171cd
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -356,3 +356,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 356 |
355.0,0.3439351685538685,0.7213440699870762,0.14758044481277466,14.2935,180.012,5.667,0.25767586474931986,233590
|
| 357 |
356.0,0.3435791865653998,0.7211161312745147,0.14765959978103638,14.4173,178.466,5.618,0.25806451612903225,234248
|
| 358 |
357.0,0.34358439793275297,0.7209348582794629,0.14764997363090515,14.4161,178.481,5.619,0.25806451612903225,234906
|
|
|
|
|
|
| 356 |
355.0,0.3439351685538685,0.7213440699870762,0.14758044481277466,14.2935,180.012,5.667,0.25767586474931986,233590
|
| 357 |
356.0,0.3435791865653998,0.7211161312745147,0.14765959978103638,14.4173,178.466,5.618,0.25806451612903225,234248
|
| 358 |
357.0,0.34358439793275297,0.7209348582794629,0.14764997363090515,14.4161,178.481,5.619,0.25806451612903225,234906
|
| 359 |
+
358.0,0.3437893310344604,0.7215736923153345,0.14762680232524872,14.3982,178.703,5.626,0.25884181888845703,235564
|