Instructions to use contemmcm/0fed9a3009330c84324b4f8f11486e28 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use contemmcm/0fed9a3009330c84324b4f8f11486e28 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="contemmcm/0fed9a3009330c84324b4f8f11486e28")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("contemmcm/0fed9a3009330c84324b4f8f11486e28") model = AutoModelForSequenceClassification.from_pretrained("contemmcm/0fed9a3009330c84324b4f8f11486e28") - Notebooks
- Google Colab
- Kaggle
0fed9a3009330c84324b4f8f11486e28
This model is a fine-tuned version of albert/albert-xxlarge-v2 on the nyu-mll/glue dataset. It achieves the following results on the evaluation set:
- Loss: 0.7125
- Data Size: 1.0
- Epoch Runtime: 2.9251
- Accuracy: 0.4375
- F1 Macro: 0.3043
- Rouge1: 0.4375
- Rouge2: 0.0
- Rougel: 0.4375
- Rougelsum: 0.4375
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.6906 | 0 | 0.6580 | 0.5312 | 0.5271 | 0.5312 | 0.0 | 0.5312 | 0.5312 |
| No log | 1 | 19 | 0.7239 | 0.0078 | 1.1462 | 0.4375 | 0.3043 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
| No log | 2 | 38 | 0.7263 | 0.0156 | 1.0396 | 0.4688 | 0.3976 | 0.4688 | 0.0 | 0.4688 | 0.4688 |
| No log | 3 | 57 | 0.8145 | 0.0312 | 1.4294 | 0.5 | 0.4980 | 0.5 | 0.0 | 0.5 | 0.5 |
| No log | 4 | 76 | 0.6884 | 0.0625 | 1.2852 | 0.5625 | 0.36 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
| No log | 5 | 95 | 0.6925 | 0.125 | 1.3072 | 0.5312 | 0.4203 | 0.5312 | 0.0 | 0.5312 | 0.5312 |
| 0.0798 | 6 | 114 | 0.6869 | 0.25 | 1.4462 | 0.5625 | 0.36 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
| 0.0798 | 7 | 133 | 0.6788 | 0.5 | 2.0015 | 0.5625 | 0.3905 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
| 0.5246 | 8.0 | 152 | 0.7048 | 1.0 | 2.9620 | 0.4375 | 0.3043 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
| 0.5246 | 9.0 | 171 | 0.6861 | 1.0 | 2.7386 | 0.5625 | 0.36 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
| 0.5246 | 10.0 | 190 | 0.6902 | 1.0 | 2.7727 | 0.5625 | 0.36 | 0.5625 | 0.0 | 0.5625 | 0.5625 |
| 0.6957 | 11.0 | 209 | 0.7125 | 1.0 | 2.9251 | 0.4375 | 0.3043 | 0.4375 | 0.0 | 0.4375 | 0.4375 |
Framework versions
- Transformers 4.57.0
- Pytorch 2.8.0+cu128
- Datasets 4.0.0
- Tokenizers 0.22.1
- Downloads last month
- 2
Model tree for contemmcm/0fed9a3009330c84324b4f8f11486e28
Base model
albert/albert-xxlarge-v2