<!-- This model card has been generated automatically according to the information the Trainer had access to. You should probably proofread and complete it, then remove this comment. -->
results
This model was trained from scratch on an unknown dataset. It achieves the following results on the evaluation set:
- Loss: 1.2368
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: 4
- eval_batch_size: 4
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: constant
- lr_scheduler_warmup_ratio: 0.03
- num_epochs: 1
Training results
Training Loss | Epoch | Step | Validation Loss |
---|---|---|---|
1.2411 | 0.08 | 200 | 1.2715 |
1.2139 | 0.16 | 400 | 1.2595 |
1.2264 | 0.24 | 600 | 1.2548 |
1.2195 | 0.32 | 800 | 1.2509 |
1.2048 | 0.41 | 1000 | 1.2481 |
1.2198 | 0.49 | 1200 | 1.2463 |
1.2074 | 0.57 | 1400 | 1.2434 |
1.2076 | 0.65 | 1600 | 1.2417 |
1.2363 | 0.73 | 1800 | 1.2408 |
1.1683 | 0.81 | 2000 | 1.2393 |
1.2049 | 0.89 | 2200 | 1.2372 |
1.1923 | 0.97 | 2400 | 1.2368 |
Framework versions
- Transformers 4.33.0.dev0
- Pytorch 2.0.0+cu118
- Datasets 2.14.4
- Tokenizers 0.13.3