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 81
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:f5570338810d4f22e441b10d20bcc4810985ac47d494f7fefd2c7c80eeede53c
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -79,3 +79,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 79 |
78.0,0.29758067730023174,0.7024193548387097,0.15550877153873444,14.5832,176.436,5.554,0.23319082782743877,51324
|
| 80 |
79.0,0.29527932273753577,0.7020242914979757,0.15526725351810455,14.4413,178.169,5.609,0.23435678196657597,51982
|
| 81 |
80.0,0.29720440598389114,0.702893436838391,0.15532448887825012,14.5807,176.466,5.555,0.23280217644772638,52640
|
|
|
|
|
|
| 79 |
78.0,0.29758067730023174,0.7024193548387097,0.15550877153873444,14.5832,176.436,5.554,0.23319082782743877,51324
|
| 80 |
79.0,0.29527932273753577,0.7020242914979757,0.15526725351810455,14.4413,178.169,5.609,0.23435678196657597,51982
|
| 81 |
80.0,0.29720440598389114,0.702893436838391,0.15532448887825012,14.5807,176.466,5.555,0.23280217644772638,52640
|
| 82 |
+
81.0,0.29558450359191957,0.702740901519358,0.15511590242385864,14.5414,176.943,5.57,0.2347454333462884,53298
|