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 189
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:49a773e040d394d7fe5238e0262b6793db02b657fceeaa86d3954fa26c14aa45
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -187,3 +187,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 187 |
186.0,0.32849574249626823,0.7149497675813465,0.15002425014972687,14.3642,179.126,5.639,0.2518460940536339,122388
|
| 188 |
187.0,0.32880491634561565,0.714627818798643,0.15009623765945435,14.3588,179.193,5.641,0.2483482316362223,123046
|
| 189 |
188.0,0.3302448535942163,0.7156705976414152,0.14998352527618408,14.5672,176.629,5.56,0.2549553050913331,123704
|
|
|
|
|
|
| 187 |
186.0,0.32849574249626823,0.7149497675813465,0.15002425014972687,14.3642,179.126,5.639,0.2518460940536339,122388
|
| 188 |
187.0,0.32880491634561565,0.714627818798643,0.15009623765945435,14.3588,179.193,5.641,0.2483482316362223,123046
|
| 189 |
188.0,0.3302448535942163,0.7156705976414152,0.14998352527618408,14.5672,176.629,5.56,0.2549553050913331,123704
|
| 190 |
+
189.0,0.3302051201737122,0.7155835080363382,0.15000496804714203,14.5969,176.27,5.549,0.2518460940536339,124362
|