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 147
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:3b3686dd4e7be479500db4858b89f48c4b1c30948cc3648d943d1e57b4ba12f8
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -145,3 +145,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 145 |
144.0,0.3231559930721119,0.7120749236239796,0.1513846516609192,14.2792,180.193,5.673,0.2495141857753595,94752
|
| 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
|
|
|
|
|
|
| 145 |
144.0,0.3231559930721119,0.7120749236239796,0.1513846516609192,14.2792,180.193,5.673,0.2495141857753595,94752
|
| 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
|