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 64
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:030b7c995314977e5775bd6301729346cce57b9ff8ea6389e0d71dca8956fb4b
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -62,3 +62,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 62 |
61.0,0.2873034632574655,0.6974815414180237,0.15752507746219635,14.5185,177.222,5.579,0.2289156626506024,40138
|
| 63 |
62.0,0.2879660474143668,0.6978723404255319,0.15729965269565582,14.491,177.558,5.59,0.2300816167897396,40796
|
| 64 |
63.0,0.28852850368768906,0.6976579493145835,0.15732619166374207,14.5226,177.172,5.578,0.22852701127089,41454
|
|
|
|
|
|
| 62 |
61.0,0.2873034632574655,0.6974815414180237,0.15752507746219635,14.5185,177.222,5.579,0.2289156626506024,40138
|
| 63 |
62.0,0.2879660474143668,0.6978723404255319,0.15729965269565582,14.491,177.558,5.59,0.2300816167897396,40796
|
| 64 |
63.0,0.28852850368768906,0.6976579493145835,0.15732619166374207,14.5226,177.172,5.578,0.22852701127089,41454
|
| 65 |
+
64.0,0.28917391126954206,0.6982680036463081,0.15705180168151855,14.6752,175.33,5.52,0.23280217644772638,42112
|