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 98
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:1fba48e433f14a8bad87d20dacb3ac9885c2c443b89d6ccd76e79b510d5111d9
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -96,3 +96,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 96 |
95.0,0.30842502732088334,0.7069416498993963,0.15394039452075958,14.5781,176.498,5.556,0.24174115818111155,62510
|
| 97 |
96.0,0.30677401099772905,0.7058230908724562,0.15395987033843994,14.4534,178.021,5.604,0.24096385542168675,63168
|
| 98 |
97.0,0.3062978738084595,0.7056150272672187,0.15383179485797882,14.4115,178.538,5.621,0.24135250680139914,63826
|
|
|
|
|
|
| 96 |
95.0,0.30842502732088334,0.7069416498993963,0.15394039452075958,14.5781,176.498,5.556,0.24174115818111155,62510
|
| 97 |
96.0,0.30677401099772905,0.7058230908724562,0.15395987033843994,14.4534,178.021,5.604,0.24096385542168675,63168
|
| 98 |
97.0,0.3062978738084595,0.7056150272672187,0.15383179485797882,14.4115,178.538,5.621,0.24135250680139914,63826
|
| 99 |
+
98.0,0.3071877006465677,0.705421293272371,0.15386764705181122,14.3583,179.2,5.641,0.23785464438398757,64484
|