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 508
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:43743dafc54d24cfc04a8a42bc194fcc6bf07862ef212deae9ea6c53e61aef80
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -506,3 +506,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 506 |
505.0,0.34848823328991385,0.7233915806195393,0.14679697155952454,14.3093,179.813,5.661,0.26000777302759426,332290
|
| 507 |
506.0,0.3490918998203231,0.72347601805466,0.1468096673488617,14.6921,175.128,5.513,0.2592304702681695,332948
|
| 508 |
507.0,0.3495568712693217,0.7236515347173935,0.14673784375190735,14.4272,178.343,5.614,0.26078507578701904,333606
|
|
|
|
|
|
| 506 |
505.0,0.34848823328991385,0.7233915806195393,0.14679697155952454,14.3093,179.813,5.661,0.26000777302759426,332290
|
| 507 |
506.0,0.3490918998203231,0.72347601805466,0.1468096673488617,14.6921,175.128,5.513,0.2592304702681695,332948
|
| 508 |
507.0,0.3495568712693217,0.7236515347173935,0.14673784375190735,14.4272,178.343,5.614,0.26078507578701904,333606
|
| 509 |
+
508.0,0.3480373364535791,0.7230340988169798,0.14675956964492798,14.3504,179.298,5.644,0.26000777302759426,334264
|