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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 104
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:958df134b8d46f1f5a5874de9b6e67b609f3b9c655bf448ed7457bca424e966c
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -102,3 +102,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 102 |
101.0,0.3087163899246343,0.7067048941200141,0.1535627394914627,14.303,179.892,5.663,0.24368441507967353,66458
|
| 103 |
102.0,0.3094651614387574,0.7068809643395279,0.15355069935321808,14.569,176.608,5.56,0.24251846094053633,67116
|
| 104 |
103.0,0.30961560666250765,0.7070696927093794,0.153495192527771,14.5541,176.788,5.565,0.24329576369996114,67774
|
|
|
|
|
|
| 102 |
101.0,0.3087163899246343,0.7067048941200141,0.1535627394914627,14.303,179.892,5.663,0.24368441507967353,66458
|
| 103 |
102.0,0.3094651614387574,0.7068809643395279,0.15355069935321808,14.569,176.608,5.56,0.24251846094053633,67116
|
| 104 |
103.0,0.30961560666250765,0.7070696927093794,0.153495192527771,14.5541,176.788,5.565,0.24329576369996114,67774
|
| 105 |
+
104.0,0.3107585509994827,0.7074187553367823,0.1533646285533905,14.5541,176.789,5.565,0.24251846094053633,68432
|