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 219
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:9ed7a35fc370cdedebd9f68463ab9d3ff2db8eebdcff3c84f4351883aa854053
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -217,3 +217,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 217 |
216.0,0.3353741866951158,0.7168154836135082,0.14933860301971436,14.3731,179.015,5.636,0.25340069957248346,142128
|
| 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
|
|
|
|
|
|
| 217 |
216.0,0.3353741866951158,0.7168154836135082,0.14933860301971436,14.3731,179.015,5.636,0.25340069957248346,142128
|
| 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
|