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 334
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:418f594cc871ed7c6493a3c34c88ed4acd1181ff7c85a7dd8a3ac2543ab2493b
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -332,3 +332,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 332 |
331.0,0.34151716575909524,0.7204295729130413,0.14781752228736877,14.4016,178.661,5.624,0.25728721336960747,217798
|
| 333 |
332.0,0.34282369419247527,0.7207314649175114,0.14780935645103455,14.5932,176.315,5.551,0.25767586474931986,218456
|
| 334 |
333.0,0.34307897631949635,0.7211729622266402,0.14779280126094818,14.5525,176.808,5.566,0.25845316750874464,219114
|
|
|
|
|
|
| 332 |
331.0,0.34151716575909524,0.7204295729130413,0.14781752228736877,14.4016,178.661,5.624,0.25728721336960747,217798
|
| 333 |
332.0,0.34282369419247527,0.7207314649175114,0.14780935645103455,14.5932,176.315,5.551,0.25767586474931986,218456
|
| 334 |
333.0,0.34307897631949635,0.7211729622266402,0.14779280126094818,14.5525,176.808,5.566,0.25845316750874464,219114
|
| 335 |
+
334.0,0.34348224035870056,0.7207028341688589,0.14784972369670868,14.6428,175.718,5.532,0.25728721336960747,219772
|