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 388
Browse files- model.safetensors +1 -1
- training_log.csv +2 -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:823428669a87bb0ca86952fc065997654d0658e8f4c3bbfc5c3aa5fad24b39b5
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -386,3 +386,5 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 386 |
385.0,0.3447325309799067,0.7213962508080155,0.14740301668643951,14.3537,179.256,5.643,0.25806451612903225,253330
|
| 387 |
386.0,0.34552663253334337,0.7218276632729079,0.1474054604768753,14.4354,178.243,5.611,0.25845316750874464,253988
|
| 388 |
387.0,0.34590309769203276,0.7215089081317806,0.1473512053489685,14.3046,179.872,5.663,0.25845316750874464,254646
|
|
|
|
|
|
|
|
|
| 386 |
385.0,0.3447325309799067,0.7213962508080155,0.14740301668643951,14.3537,179.256,5.643,0.25806451612903225,253330
|
| 387 |
386.0,0.34552663253334337,0.7218276632729079,0.1474054604768753,14.4354,178.243,5.611,0.25845316750874464,253988
|
| 388 |
387.0,0.34590309769203276,0.7215089081317806,0.1473512053489685,14.3046,179.872,5.663,0.25845316750874464,254646
|
| 389 |
+
388.0,0.3459941171567658,0.7218552912549039,0.1474187821149826,14.3813,178.913,5.632,0.25806451612903225,255304
|
| 390 |
+
389.0,0.34567877500656985,0.7216064416720513,0.14739367365837097,14.465,177.877,5.6,0.25845316750874464,255962
|