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 47
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:f8965379cd77a94d880424b913f6d6ad00442e81e07f552150fff444a7d3b1f2
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -45,3 +45,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 45 |
44.0,0.26446413709855177,0.6879098360655738,0.16047069430351257,14.4894,177.578,5.59,0.21764477263894286,28952
|
| 46 |
45.0,0.2655991083531059,0.688909389093891,0.16015583276748657,14.3258,179.606,5.654,0.21842207539836767,29610
|
| 47 |
46.0,0.267277713965834,0.6893765024806915,0.15995058417320251,14.4943,177.518,5.588,0.21919937815779247,30268
|
|
|
|
|
|
| 45 |
44.0,0.26446413709855177,0.6879098360655738,0.16047069430351257,14.4894,177.578,5.59,0.21764477263894286,28952
|
| 46 |
45.0,0.2655991083531059,0.688909389093891,0.16015583276748657,14.3258,179.606,5.654,0.21842207539836767,29610
|
| 47 |
46.0,0.267277713965834,0.6893765024806915,0.15995058417320251,14.4943,177.518,5.588,0.21919937815779247,30268
|
| 48 |
+
47.0,0.2675874035520293,0.6899018806214228,0.15987393260002136,14.4997,177.452,5.586,0.21842207539836767,30926
|