gpt2_for_whole_train_result_2_2bce
This model is a fine-tuned version of gpt2 on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 0.0376
- Accuracy: 0.9945
- F1: 0.9949
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: 0.0001
- train_batch_size: 64
- eval_batch_size: 64
- seed: 42
- gradient_accumulation_steps: 64
- total_train_batch_size: 4096
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 1000
- num_epochs: 100
Training results
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|---|---|---|---|---|---|
| 1.1142 | 6.8817 | 50 | 0.6346 | 0.671 | 0.7454 |
| 0.32 | 13.7634 | 100 | 0.1126 | 0.9545 | 0.9586 |
| 0.0531 | 20.6452 | 150 | 0.0443 | 0.9865 | 0.9874 |
| 0.0176 | 27.5269 | 200 | 0.0374 | 0.9905 | 0.9911 |
| 0.0074 | 34.4086 | 250 | 0.0362 | 0.992 | 0.9925 |
| 0.0036 | 41.2903 | 300 | 0.0325 | 0.994 | 0.9944 |
| 0.0021 | 48.1720 | 350 | 0.0375 | 0.9935 | 0.9939 |
| 0.0013 | 55.0538 | 400 | 0.0340 | 0.994 | 0.9944 |
| 0.0008 | 61.9355 | 450 | 0.0327 | 0.9945 | 0.9948 |
| 0.0011 | 68.8172 | 500 | 0.0391 | 0.994 | 0.9944 |
| 0.0006 | 75.6989 | 550 | 0.0389 | 0.995 | 0.9953 |
| 0.0014 | 82.5806 | 600 | 0.0409 | 0.993 | 0.9935 |
| 0.0045 | 89.4624 | 650 | 0.0443 | 0.9945 | 0.9948 |
| 0.0008 | 96.3441 | 700 | 0.0376 | 0.9945 | 0.9949 |
Framework versions
- Transformers 4.40.0
- Pytorch 2.4.1+cu121
- Datasets 3.1.0
- Tokenizers 0.19.1
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for CatBarks/gpt2_for_whole_train_result_2_2bce
Base model
openai-community/gpt2