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 43
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:a67b889d37a130f0c87790789514496775d89545796d3cb34683462818ce80be
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -41,3 +41,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 41 |
40.0,0.2594992423077981,0.6856732642805866,0.16157227754592896,14.5927,176.32,5.551,0.21336960746210648,26320
|
| 42 |
41.0,0.26271562968878315,0.6867963152507677,0.16127900779247284,14.6463,175.676,5.53,0.21570151574038088,26978
|
| 43 |
42.0,0.26285499213340974,0.6872115680443032,0.1609029471874237,14.6913,175.138,5.513,0.2153128643606685,27636
|
|
|
|
|
|
| 41 |
40.0,0.2594992423077981,0.6856732642805866,0.16157227754592896,14.5927,176.32,5.551,0.21336960746210648,26320
|
| 42 |
41.0,0.26271562968878315,0.6867963152507677,0.16127900779247284,14.6463,175.676,5.53,0.21570151574038088,26978
|
| 43 |
42.0,0.26285499213340974,0.6872115680443032,0.1609029471874237,14.6913,175.138,5.513,0.2153128643606685,27636
|
| 44 |
+
43.0,0.2645249221714536,0.687557603686636,0.16080811619758606,14.2372,180.723,5.689,0.21764477263894286,28294
|