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 585
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:cb2dc18d5f15f0ce4cfddd0d2d4fc60bd950379a4b074992a7805c47e1496b61
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -583,3 +583,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 583 |
582.0,0.35031943220443923,0.7238095238095238,0.1465374082326889,14.3623,179.15,5.64,0.26039642440730665,382956
|
| 584 |
583.0,0.35019996018785865,0.7238180284764598,0.1465137004852295,14.4308,178.299,5.613,0.26000777302759426,383614
|
| 585 |
584.0,0.35049097942054386,0.7239257715589957,0.14652474224567413,14.4246,178.375,5.615,0.25961912164788187,384272
|
|
|
|
|
|
| 583 |
582.0,0.35031943220443923,0.7238095238095238,0.1465374082326889,14.3623,179.15,5.64,0.26039642440730665,382956
|
| 584 |
583.0,0.35019996018785865,0.7238180284764598,0.1465137004852295,14.4308,178.299,5.613,0.26000777302759426,383614
|
| 585 |
584.0,0.35049097942054386,0.7239257715589957,0.14652474224567413,14.4246,178.375,5.615,0.25961912164788187,384272
|
| 586 |
+
585.0,0.35055500208478163,0.723902052146327,0.14656244218349457,14.4364,178.23,5.611,0.25961912164788187,384930
|