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 294
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:553489321cf61b238ba5687d909a64e0558932fd7dfa7c57ea88902bdee4a0e5
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -292,3 +292,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 292 |
291.0,0.3405577289416363,0.71990441103256,0.14824265241622925,14.3105,179.799,5.66,0.25573260785075785,191478
|
| 293 |
292.0,0.3392558275372256,0.7191907111177556,0.14819280803203583,14.6829,175.238,5.517,0.25573260785075785,192136
|
| 294 |
293.0,0.33980031605067773,0.719147028050421,0.14822424948215485,14.4226,178.4,5.616,0.2549553050913331,192794
|
|
|
|
|
|
| 292 |
291.0,0.3405577289416363,0.71990441103256,0.14824265241622925,14.3105,179.799,5.66,0.25573260785075785,191478
|
| 293 |
292.0,0.3392558275372256,0.7191907111177556,0.14819280803203583,14.6829,175.238,5.517,0.25573260785075785,192136
|
| 294 |
293.0,0.33980031605067773,0.719147028050421,0.14822424948215485,14.4226,178.4,5.616,0.2549553050913331,192794
|
| 295 |
+
294.0,0.3396443921757551,0.7197930657115853,0.1482529640197754,14.4752,177.752,5.596,0.2565099106101827,193452
|