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 384
Browse files- model.safetensors +1 -1
- training_log.csv +2 -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:0500deadd491891952fa33131c9c9755d6fd2bd508bbe78998da68c366f03f76
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -382,3 +382,5 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 382 |
381.0,0.34535386707880056,0.7217753946976467,0.1474810242652893,14.6123,176.085,5.543,0.2592304702681695,250698
|
| 383 |
382.0,0.3435102446968127,0.7213685414491023,0.14747925102710724,14.4661,177.865,5.599,0.25806451612903225,251356
|
| 384 |
383.0,0.3445107619875451,0.7213767034716005,0.14741730690002441,14.4262,178.356,5.615,0.25845316750874464,252014
|
|
|
|
|
|
|
|
|
| 382 |
381.0,0.34535386707880056,0.7217753946976467,0.1474810242652893,14.6123,176.085,5.543,0.2592304702681695,250698
|
| 383 |
382.0,0.3435102446968127,0.7213685414491023,0.14747925102710724,14.4661,177.865,5.599,0.25806451612903225,251356
|
| 384 |
383.0,0.3445107619875451,0.7213767034716005,0.14741730690002441,14.4262,178.356,5.615,0.25845316750874464,252014
|
| 385 |
+
384.0,0.34583981710892847,0.7216310293386375,0.14738813042640686,14.7067,174.954,5.508,0.25845316750874464,252672
|
| 386 |
+
385.0,0.3447325309799067,0.7213962508080155,0.14740301668643951,14.3537,179.256,5.643,0.25806451612903225,253330
|