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 103
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:f3d3a31fad92c8976baba15af8d3c5c4e12c0591b5a809ce43c6ce4b4d837be3
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -101,3 +101,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 101 |
100.0,0.30977598913567506,0.7077340842803983,0.15365947782993317,14.5179,177.23,5.579,0.24251846094053633,65800
|
| 102 |
101.0,0.3087163899246343,0.7067048941200141,0.1535627394914627,14.303,179.892,5.663,0.24368441507967353,66458
|
| 103 |
102.0,0.3094651614387574,0.7068809643395279,0.15355069935321808,14.569,176.608,5.56,0.24251846094053633,67116
|
|
|
|
|
|
| 101 |
100.0,0.30977598913567506,0.7077340842803983,0.15365947782993317,14.5179,177.23,5.579,0.24251846094053633,65800
|
| 102 |
101.0,0.3087163899246343,0.7067048941200141,0.1535627394914627,14.303,179.892,5.663,0.24368441507967353,66458
|
| 103 |
102.0,0.3094651614387574,0.7068809643395279,0.15355069935321808,14.569,176.608,5.56,0.24251846094053633,67116
|
| 104 |
+
103.0,0.30961560666250765,0.7070696927093794,0.153495192527771,14.5541,176.788,5.565,0.24329576369996114,67774
|