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 35
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:38ddcea6836bea268a62a5815138ad66d75ff88a13dd9b957dded3e15edbd70c
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -33,3 +33,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 33 |
32.0,0.24730023686989264,0.6798394566224143,0.1640038788318634,14.6112,176.098,5.544,0.20481927710843373,21056
|
| 34 |
33.0,0.24892916625834052,0.6807284700072024,0.16366547346115112,14.4337,178.263,5.612,0.20365332296929653,21714
|
| 35 |
34.0,0.24973421400330462,0.6817595791862204,0.16315187513828278,14.5666,176.637,5.561,0.2079284881461329,22372
|
|
|
|
|
|
| 33 |
32.0,0.24730023686989264,0.6798394566224143,0.1640038788318634,14.6112,176.098,5.544,0.20481927710843373,21056
|
| 34 |
33.0,0.24892916625834052,0.6807284700072024,0.16366547346115112,14.4337,178.263,5.612,0.20365332296929653,21714
|
| 35 |
34.0,0.24973421400330462,0.6817595791862204,0.16315187513828278,14.5666,176.637,5.561,0.2079284881461329,22372
|
| 36 |
+
35.0,0.2545496829109658,0.6831271495303116,0.16297747194766998,14.4988,177.463,5.587,0.20870579090555771,23030
|