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 8
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:41dedbea114b2aa23a980e92a7bc8d56e30f06a2b18c8cce23a0279e3180ee57
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -6,3 +6,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 6 |
5.0,0.12550720862659767,0.6022160664819944,0.1996934562921524,14.2268,180.855,5.693,0.1379712397979013,3290
|
| 7 |
6.0,0.13109005516624317,0.6116456809809204,0.19493445754051208,14.4708,177.806,5.597,0.14380101049358726,3948
|
| 8 |
7.0,0.1371925209709484,0.6188629785374912,0.19109617173671722,14.6334,175.831,5.535,0.14380101049358726,4606
|
|
|
|
|
|
| 6 |
5.0,0.12550720862659767,0.6022160664819944,0.1996934562921524,14.2268,180.855,5.693,0.1379712397979013,3290
|
| 7 |
6.0,0.13109005516624317,0.6116456809809204,0.19493445754051208,14.4708,177.806,5.597,0.14380101049358726,3948
|
| 8 |
7.0,0.1371925209709484,0.6188629785374912,0.19109617173671722,14.6334,175.831,5.535,0.14380101049358726,4606
|
| 9 |
+
8.0,0.14152951052414994,0.6225964149918523,0.18794220685958862,14.3092,179.814,5.661,0.14457831325301204,5264
|