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 286
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:67856bee3ecf9b79f4ad7a6d2d5df6854ea7ec740a7919ca57ef0916e15311e2
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -284,3 +284,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 284 |
283.0,0.3404474835901379,0.7195219123505976,0.1482941061258316,14.6261,175.919,5.538,0.2565099106101827,186214
|
| 285 |
284.0,0.33829098825085857,0.7187686790197251,0.14829881489276886,14.2319,180.791,5.691,0.2549553050913331,186872
|
| 286 |
285.0,0.33900494641745554,0.7187375547590601,0.1482919454574585,14.4269,178.347,5.615,0.25340069957248346,187530
|
|
|
|
|
|
| 284 |
283.0,0.3404474835901379,0.7195219123505976,0.1482941061258316,14.6261,175.919,5.538,0.2565099106101827,186214
|
| 285 |
284.0,0.33829098825085857,0.7187686790197251,0.14829881489276886,14.2319,180.791,5.691,0.2549553050913331,186872
|
| 286 |
285.0,0.33900494641745554,0.7187375547590601,0.1482919454574585,14.4269,178.347,5.615,0.25340069957248346,187530
|
| 287 |
+
286.0,0.34165383757785633,0.7192250372578242,0.14837491512298584,14.4262,178.356,5.615,0.2541780023319083,188188
|