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 122
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:3142527777630abce7435d308ff339d48d61b5c04a5a467116b346b44f0185e8
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -120,3 +120,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 120 |
119.0,0.31819137359495175,0.7100977198697068,0.15246982872486115,14.5626,176.685,5.562,0.24485036921881073,78302
|
| 121 |
120.0,0.31814870691154845,0.7096968782988992,0.15235722064971924,14.0849,182.678,5.751,0.24757092887679752,78960
|
| 122 |
121.0,0.317213298696518,0.709754997745378,0.1524665504693985,14.5386,176.977,5.571,0.24368441507967353,79618
|
|
|
|
|
|
| 120 |
119.0,0.31819137359495175,0.7100977198697068,0.15246982872486115,14.5626,176.685,5.562,0.24485036921881073,78302
|
| 121 |
120.0,0.31814870691154845,0.7096968782988992,0.15235722064971924,14.0849,182.678,5.751,0.24757092887679752,78960
|
| 122 |
121.0,0.317213298696518,0.709754997745378,0.1524665504693985,14.5386,176.977,5.571,0.24368441507967353,79618
|
| 123 |
+
122.0,0.31842598424151713,0.7098911025242134,0.1522950977087021,14.3314,179.536,5.652,0.24601632335794793,80276
|