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 290
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:ea82b1fb12e1a2427184a0a899896d5e59c6f2d00b504014985c9c80c49dc4ad
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -288,3 +288,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 288 |
287.0,0.34010605171603087,0.7194144301150227,0.1483272761106491,14.3252,179.614,5.654,0.2568985619898951,188846
|
| 289 |
288.0,0.3400609278709284,0.7199086712661935,0.1483636051416397,14.5189,177.218,5.579,0.2522347454333463,189504
|
| 290 |
289.0,0.3406516340593571,0.7198766721368541,0.1482987254858017,14.1595,181.715,5.721,0.25573260785075785,190162
|
|
|
|
|
|
| 288 |
287.0,0.34010605171603087,0.7194144301150227,0.1483272761106491,14.3252,179.614,5.654,0.2568985619898951,188846
|
| 289 |
288.0,0.3400609278709284,0.7199086712661935,0.1483636051416397,14.5189,177.218,5.579,0.2522347454333463,189504
|
| 290 |
289.0,0.3406516340593571,0.7198766721368541,0.1482987254858017,14.1595,181.715,5.721,0.25573260785075785,190162
|
| 291 |
+
290.0,0.339351970033508,0.7192991189208024,0.14831796288490295,14.404,178.631,5.623,0.2545666537116207,190820
|