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 322
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:5f7dfc136acb1e8a2836c4526eb3639561be97e023c023252034b955d1cabfe9
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -320,3 +320,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 320 |
319.0,0.34252663164594677,0.7201273505123869,0.14791864156723022,14.506,177.374,5.584,0.2568985619898951,209902
|
| 321 |
320.0,0.3432111388120991,0.7205611661111387,0.14791163802146912,14.4528,178.028,5.604,0.25612125923047024,210560
|
| 322 |
321.0,0.3433217724296478,0.7205209783257108,0.14795255661010742,14.4526,178.03,5.605,0.25612125923047024,211218
|
|
|
|
|
|
| 320 |
319.0,0.34252663164594677,0.7201273505123869,0.14791864156723022,14.506,177.374,5.584,0.2568985619898951,209902
|
| 321 |
320.0,0.3432111388120991,0.7205611661111387,0.14791163802146912,14.4528,178.028,5.604,0.25612125923047024,210560
|
| 322 |
321.0,0.3433217724296478,0.7205209783257108,0.14795255661010742,14.4526,178.03,5.605,0.25612125923047024,211218
|
| 323 |
+
322.0,0.34168609610659,0.7204456159546426,0.14789707958698273,14.1742,181.526,5.715,0.25728721336960747,211876
|