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 21
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:1483afba34f08d4bcc895b2b445fb395ae015ad7d5f5752bf378fed3a8bd51f3
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -19,3 +19,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 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
|
| 21 |
20.0,0.21269686074800662,0.6629672285624542,0.17023713886737823,14.4262,178.357,5.615,0.18227749708511465,13160
|
|
|
|
|
|
| 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
|
| 21 |
20.0,0.21269686074800662,0.6629672285624542,0.17023713886737823,14.4262,178.357,5.615,0.18227749708511465,13160
|
| 22 |
+
21.0,0.2173037125153878,0.6656912948061449,0.16946576535701752,14.278,180.208,5.673,0.18771861640108822,13818
|