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 340
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:fcca011a9f43e5a362ba99eef396c04c5cd7be6731ad4fdf642b1a6ca18a9ec9
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -338,3 +338,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 338 |
337.0,0.34309821452648376,0.7204573701217997,0.14778682589530945,14.5854,176.409,5.553,0.2565099106101827,221746
|
| 339 |
338.0,0.3428453776566097,0.7206437512418041,0.14777711033821106,14.638,175.776,5.534,0.2568985619898951,222404
|
| 340 |
339.0,0.3418502660981613,0.7203706471379465,0.14776265621185303,14.1889,181.339,5.709,0.25767586474931986,223062
|
|
|
|
|
|
| 338 |
337.0,0.34309821452648376,0.7204573701217997,0.14778682589530945,14.5854,176.409,5.553,0.2565099106101827,221746
|
| 339 |
338.0,0.3428453776566097,0.7206437512418041,0.14777711033821106,14.638,175.776,5.534,0.2568985619898951,222404
|
| 340 |
339.0,0.3418502660981613,0.7203706471379465,0.14776265621185303,14.1889,181.339,5.709,0.25767586474931986,223062
|
| 341 |
+
340.0,0.34257700192031143,0.7205172842576474,0.14774300158023834,14.4976,177.478,5.587,0.25767586474931986,223720
|