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 148
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:1ddbbe48ad14ec23bdb704285cf280265060854cc9a5f258513f52a25816a119
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -146,3 +146,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 146 |
145.0,0.32330149629818766,0.7122780695173794,0.1513960361480713,14.6187,176.007,5.541,0.24757092887679752,95410
|
| 147 |
146.0,0.3206190147196425,0.7116533614500176,0.15128467977046967,14.6532,175.593,5.528,0.2495141857753595,96068
|
| 148 |
147.0,0.3233355919925946,0.7124575084983004,0.15131047368049622,14.3937,178.759,5.627,0.24640497473766032,96726
|
|
|
|
|
|
| 146 |
145.0,0.32330149629818766,0.7122780695173794,0.1513960361480713,14.6187,176.007,5.541,0.24757092887679752,95410
|
| 147 |
146.0,0.3206190147196425,0.7116533614500176,0.15128467977046967,14.6532,175.593,5.528,0.2495141857753595,96068
|
| 148 |
147.0,0.3233355919925946,0.7124575084983004,0.15131047368049622,14.3937,178.759,5.627,0.24640497473766032,96726
|
| 149 |
+
148.0,0.32412408617406474,0.7128266746770802,0.15123490989208221,14.1787,181.469,5.713,0.2510687912942091,97384
|