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 220
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:02d2d0cf023ec14dfd0df7972e3caf9fda86410a22adba3675af84ff50d980ce
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -218,3 +218,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 218 |
217.0,0.3354274123344413,0.717491025129637,0.14933981001377106,14.5863,176.398,5.553,0.25340069957248346,142786
|
| 219 |
218.0,0.3365466152536735,0.7173252279635258,0.1493675410747528,14.2552,180.495,5.682,0.2518460940536339,143444
|
| 220 |
219.0,0.3347024105498666,0.7174172977281785,0.14928725361824036,14.3011,179.917,5.664,0.2541780023319083,144102
|
|
|
|
|
|
| 218 |
217.0,0.3354274123344413,0.717491025129637,0.14933981001377106,14.5863,176.398,5.553,0.25340069957248346,142786
|
| 219 |
218.0,0.3365466152536735,0.7173252279635258,0.1493675410747528,14.2552,180.495,5.682,0.2518460940536339,143444
|
| 220 |
219.0,0.3347024105498666,0.7174172977281785,0.14928725361824036,14.3011,179.917,5.664,0.2541780023319083,144102
|
| 221 |
+
220.0,0.33573160110877903,0.717355536720347,0.14926926791667938,14.5339,177.034,5.573,0.2545666537116207,144760
|