Text Classification
Transformers
Safetensors
xlm-roberta
Generated from Trainer
text-embeddings-inference
Instructions to use contemmcm/57bb9856ac6a0a56fc80e761009be1c2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use contemmcm/57bb9856ac6a0a56fc80e761009be1c2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="contemmcm/57bb9856ac6a0a56fc80e761009be1c2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("contemmcm/57bb9856ac6a0a56fc80e761009be1c2") model = AutoModelForSequenceClassification.from_pretrained("contemmcm/57bb9856ac6a0a56fc80e761009be1c2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
57bb9856ac6a0a56fc80e761009be1c2
This model is a fine-tuned version of FacebookAI/xlm-roberta-large on the nyu-mll/glue [wnli] dataset. It achieves the following results on the evaluation set:
- Loss: 0.6860
- Data Size: 1.0
- Epoch Runtime: 7.5505
- Accuracy: 0.5625
- F1 Macro: 0.36
- Rouge1: 0.5625
- Rouge2: 0.0
- Rougel: 0.5625
- Rougelsum: 0.5625
Model description
More information needed
Intended uses & limitations
More information needed
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- distributed_type: multi-GPU
- num_devices: 4
- total_train_batch_size: 32
- total_eval_batch_size: 32
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: constant
- num_epochs: 50
Training results
| Training Loss | Epoch | Step | Validation Loss | Data Size | Epoch Runtime | Accuracy | F1 Macro | Rouge1 | Rouge2 | Rougel | Rougelsum |
|---|---|---|---|---|---|---|---|---|---|---|---|
| No log | 0 | 0 | 0.6858 | 0 | 0.7800 | 0.5625 | 0.36 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
| No log | 1 | 19 | 1.1330 | 0.0078 | 1.3556 | 0.4375 | 0.3043 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
| No log | 2 | 38 | 0.7474 | 0.0156 | 1.9260 | 0.4375 | 0.3043 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
| No log | 3 | 57 | 0.6920 | 0.0312 | 2.7182 | 0.5312 | 0.375 | 0.5312 | 0.0 | 0.5312 | 0.5312 |
| No log | 4 | 76 | 0.6881 | 0.0625 | 3.3283 | 0.5625 | 0.36 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
| No log | 5 | 95 | 0.7038 | 0.125 | 3.6826 | 0.4375 | 0.3043 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
| 0.0834 | 6 | 114 | 0.6953 | 0.25 | 4.2419 | 0.5469 | 0.3535 | 0.5469 | 0.0 | 0.5469 | 0.5469 |
| 0.0834 | 7 | 133 | 0.6871 | 0.5 | 5.1914 | 0.5625 | 0.36 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
| 0.5273 | 8.0 | 152 | 0.6867 | 1.0 | 7.3020 | 0.5625 | 0.36 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
| 0.5273 | 9.0 | 171 | 0.6843 | 1.0 | 7.4094 | 0.5625 | 0.36 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
| 0.5273 | 10.0 | 190 | 0.7112 | 1.0 | 8.0554 | 0.4375 | 0.3043 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
| 0.7048 | 11.0 | 209 | 0.7212 | 1.0 | 6.9822 | 0.4375 | 0.3043 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
| 0.7048 | 12.0 | 228 | 0.6852 | 1.0 | 7.3522 | 0.5625 | 0.36 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
| 0.7048 | 13.0 | 247 | 0.6860 | 1.0 | 7.5505 | 0.5625 | 0.36 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
Framework versions
- Transformers 4.57.0
- Pytorch 2.8.0+cu128
- Datasets 4.3.0
- Tokenizers 0.22.1
- Downloads last month
- 2
Model tree for contemmcm/57bb9856ac6a0a56fc80e761009be1c2
Base model
FacebookAI/xlm-roberta-large