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 253
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:bd1f7c2ce00fe70abd5b005554994b0cbad1bbe187cc017404974bcb26323eed
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -251,3 +251,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 251 |
250.0,0.33831691834223054,0.7183084577114428,0.1487639993429184,14.598,176.257,5.549,0.2537893509521959,164500
|
| 252 |
251.0,0.33871422919252936,0.7191726332537789,0.14881345629692078,14.2343,180.76,5.69,0.2541780023319083,165158
|
| 253 |
252.0,0.3376118743872579,0.7184475705876484,0.14870189130306244,14.4184,178.453,5.618,0.25612125923047024,165816
|
|
|
|
|
|
| 251 |
250.0,0.33831691834223054,0.7183084577114428,0.1487639993429184,14.598,176.257,5.549,0.2537893509521959,164500
|
| 252 |
251.0,0.33871422919252936,0.7191726332537789,0.14881345629692078,14.2343,180.76,5.69,0.2541780023319083,165158
|
| 253 |
252.0,0.3376118743872579,0.7184475705876484,0.14870189130306244,14.4184,178.453,5.618,0.25612125923047024,165816
|
| 254 |
+
253.0,0.33917901406043693,0.7185974698675167,0.14871463179588318,14.4122,178.53,5.62,0.2549553050913331,166474
|