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 535
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:e112bdfded8c021608d788885005f98abd3b3f069a75a0a2c64f8764b1d52ec8
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -533,3 +533,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 533 |
532.0,0.35025465960312185,0.7236933452345532,0.14677557349205017,14.2873,180.09,5.669,0.26039642440730665,350056
|
| 534 |
533.0,0.35002748303606923,0.7239275973220928,0.14673930406570435,14.2202,180.94,5.696,0.26039642440730665,350714
|
| 535 |
534.0,0.349852350546487,0.7238284155715349,0.14676105976104736,14.4253,178.367,5.615,0.25961912164788187,351372
|
|
|
|
|
|
| 533 |
532.0,0.35025465960312185,0.7236933452345532,0.14677557349205017,14.2873,180.09,5.669,0.26039642440730665,350056
|
| 534 |
533.0,0.35002748303606923,0.7239275973220928,0.14673930406570435,14.2202,180.94,5.696,0.26039642440730665,350714
|
| 535 |
534.0,0.349852350546487,0.7238284155715349,0.14676105976104736,14.4253,178.367,5.615,0.25961912164788187,351372
|
| 536 |
+
535.0,0.3490988304693623,0.7234105910963323,0.1467154622077942,14.665,175.451,5.523,0.2592304702681695,352030
|