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 19
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:86353253a0d8c4da27798664835bdb078ccd7b71589cf4ceec56f6a76b615e2e
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -17,3 +17,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 17 |
16.0,0.19736083782585614,0.6549719961957096,0.17370301485061646,14.1778,181.481,5.713,0.1737271667314419,10528
|
| 18 |
17.0,0.20190792482249356,0.6579917816879148,0.17270566523075104,14.2818,180.16,5.672,0.17839098328799066,11186
|
| 19 |
18.0,0.2055350851972657,0.6601992658626115,0.1718790978193283,14.4913,177.555,5.59,0.1748931208705791,11844
|
|
|
|
|
|
| 17 |
16.0,0.19736083782585614,0.6549719961957096,0.17370301485061646,14.1778,181.481,5.713,0.1737271667314419,10528
|
| 18 |
17.0,0.20190792482249356,0.6579917816879148,0.17270566523075104,14.2818,180.16,5.672,0.17839098328799066,11186
|
| 19 |
18.0,0.2055350851972657,0.6601992658626115,0.1718790978193283,14.4913,177.555,5.59,0.1748931208705791,11844
|
| 20 |
+
19.0,0.20890000572492995,0.6614753235820268,0.17088289558887482,14.3311,179.54,5.652,0.18655266226195102,12502
|