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 519
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:a1f6e7aa89987bf07b5a7d4d500beaf2241b78473fe25557529685c6ddf6926e
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -517,3 +517,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 517 |
516.0,0.3486360353420008,0.72343175265931,0.14669719338417053,14.5521,176.813,5.566,0.26078507578701904,339528
|
| 518 |
517.0,0.3503816976862009,0.7239464551313832,0.14678263664245605,14.4644,177.886,5.6,0.26039642440730665,340186
|
| 519 |
518.0,0.3506784739885118,0.7240576551587499,0.14676901698112488,14.2653,180.368,5.678,0.26039642440730665,340844
|
|
|
|
|
|
| 517 |
516.0,0.3486360353420008,0.72343175265931,0.14669719338417053,14.5521,176.813,5.566,0.26078507578701904,339528
|
| 518 |
517.0,0.3503816976862009,0.7239464551313832,0.14678263664245605,14.4644,177.886,5.6,0.26039642440730665,340186
|
| 519 |
518.0,0.3506784739885118,0.7240576551587499,0.14676901698112488,14.2653,180.368,5.678,0.26039642440730665,340844
|
| 520 |
+
519.0,0.3496381831396645,0.7236006351726876,0.1467462182044983,14.3658,179.106,5.638,0.26039642440730665,341502
|