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 306
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:99c2a3e4069cf462da7e3436f85d2db4e3ecff83c1ce90a399ebfe94ec96d974
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -304,3 +304,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 304 |
303.0,0.34197948663707206,0.7199444058373871,0.14819973707199097,14.5357,177.012,5.572,0.2549553050913331,199374
|
| 305 |
304.0,0.34156065068622454,0.720183029941311,0.1481110155582428,14.3269,179.592,5.654,0.2565099106101827,200032
|
| 306 |
305.0,0.3416593225285195,0.7202428343949044,0.14809446036815643,14.5225,177.173,5.578,0.25612125923047024,200690
|
|
|
|
|
|
| 304 |
303.0,0.34197948663707206,0.7199444058373871,0.14819973707199097,14.5357,177.012,5.572,0.2549553050913331,199374
|
| 305 |
304.0,0.34156065068622454,0.720183029941311,0.1481110155582428,14.3269,179.592,5.654,0.2565099106101827,200032
|
| 306 |
305.0,0.3416593225285195,0.7202428343949044,0.14809446036815643,14.5225,177.173,5.578,0.25612125923047024,200690
|
| 307 |
+
306.0,0.3425052038976787,0.7200596569724087,0.14810146391391754,14.3914,178.787,5.628,0.25573260785075785,201348
|