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 394
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:f1f6bc5c4742767696294fdae7cf362f28f940f319a444169abb3d648f9990ad
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -392,3 +392,5 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 392 |
391.0,0.34612946491800034,0.7219710893646615,0.1473371684551239,14.6282,175.893,5.537,0.2592304702681695,257278
|
| 393 |
392.0,0.34680701606988357,0.7220456802383317,0.1473662257194519,14.5137,177.28,5.581,0.25767586474931986,257936
|
| 394 |
393.0,0.3462069207148712,0.7219846872824898,0.14735470712184906,14.4791,177.704,5.594,0.25884181888845703,258594
|
|
|
|
|
|
|
|
|
| 392 |
391.0,0.34612946491800034,0.7219710893646615,0.1473371684551239,14.6282,175.893,5.537,0.2592304702681695,257278
|
| 393 |
392.0,0.34680701606988357,0.7220456802383317,0.1473662257194519,14.5137,177.28,5.581,0.25767586474931986,257936
|
| 394 |
393.0,0.3462069207148712,0.7219846872824898,0.14735470712184906,14.4791,177.704,5.594,0.25884181888845703,258594
|
| 395 |
+
394.0,0.34753902896290934,0.7222387320455671,0.1474439650774002,14.4339,178.261,5.612,0.25767586474931986,259252
|
| 396 |
+
395.0,0.3478929430109067,0.7218306363546113,0.1473572701215744,14.5023,177.421,5.585,0.25767586474931986,259910
|