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 132
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:c578c5643410ca1811da59c1998bb8483903802651c0c9a1ddc538cadc94fbaf
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -130,3 +130,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 130 |
129.0,0.31986515819567835,0.7104986218992734,0.15206195414066315,14.3751,178.99,5.635,0.24446171783909834,84882
|
| 131 |
130.0,0.31923106917932226,0.7107744783306581,0.1519530564546585,14.3814,178.911,5.632,0.2467936261173727,85540
|
| 132 |
131.0,0.3189874256760183,0.7104801083630161,0.15187682211399078,14.5517,176.818,5.566,0.24601632335794793,86198
|
|
|
|
|
|
| 130 |
129.0,0.31986515819567835,0.7104986218992734,0.15206195414066315,14.3751,178.99,5.635,0.24446171783909834,84882
|
| 131 |
130.0,0.31923106917932226,0.7107744783306581,0.1519530564546585,14.3814,178.911,5.632,0.2467936261173727,85540
|
| 132 |
131.0,0.3189874256760183,0.7104801083630161,0.15187682211399078,14.5517,176.818,5.566,0.24601632335794793,86198
|
| 133 |
+
132.0,0.32044141025633366,0.7112824106517169,0.15195350348949432,14.5235,177.161,5.577,0.24368441507967353,86856
|