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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 142
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:d7a8fe8ae1009cdf068f5d74538f486de66ce7b89177af97d178a1a1fe492675
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -140,3 +140,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 140 |
139.0,0.32286133886271084,0.7120235776012788,0.15163671970367432,14.4199,178.434,5.617,0.2456276719782355,91462
|
| 141 |
140.0,0.3218010479529188,0.7117252428156604,0.15159296989440918,14.5351,177.02,5.573,0.2456276719782355,92120
|
| 142 |
141.0,0.3223490325319251,0.711591375256391,0.15152114629745483,14.5283,177.103,5.575,0.24485036921881073,92778
|
|
|
|
|
|
| 140 |
139.0,0.32286133886271084,0.7120235776012788,0.15163671970367432,14.4199,178.434,5.617,0.2456276719782355,91462
|
| 141 |
140.0,0.3218010479529188,0.7117252428156604,0.15159296989440918,14.5351,177.02,5.573,0.2456276719782355,92120
|
| 142 |
141.0,0.3223490325319251,0.711591375256391,0.15152114629745483,14.5283,177.103,5.575,0.24485036921881073,92778
|
| 143 |
+
142.0,0.32296927865154607,0.711128927193466,0.15144237875938416,14.5853,176.41,5.554,0.24757092887679752,93436
|