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 163
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:a6d4f4df0e2e84578f4a1a12324dcd7932f37d16119aa815f0e9c77d13ff9e06
|
| 3 |
size 1109972056
|
training_log.csv
CHANGED
|
@@ -161,3 +161,4 @@ epoch,eval_f1_macro,eval_f1_micro,eval_loss,eval_runtime,eval_samples_per_second
|
|
| 161 |
160.0,0.32382046266571274,0.7133566783391696,0.15076349675655365,14.4192,178.442,5.618,0.2499028371550719,105280
|
| 162 |
161.0,0.3279552991064018,0.7137939635819406,0.15076573193073273,14.5126,177.294,5.581,0.2491255343956471,105938
|
| 163 |
162.0,0.32595538221191406,0.7133662625355486,0.15080305933952332,14.4065,178.6,5.622,0.2467936261173727,106596
|
|
|
|
|
|
| 161 |
160.0,0.32382046266571274,0.7133566783391696,0.15076349675655365,14.4192,178.442,5.618,0.2499028371550719,105280
|
| 162 |
161.0,0.3279552991064018,0.7137939635819406,0.15076573193073273,14.5126,177.294,5.581,0.2491255343956471,105938
|
| 163 |
162.0,0.32595538221191406,0.7133662625355486,0.15080305933952332,14.4065,178.6,5.622,0.2467936261173727,106596
|
| 164 |
+
163.0,0.32662540982907085,0.7136365906026864,0.15070709586143494,14.5798,176.477,5.556,0.2499028371550719,107254
|