babylm-anon/rta
03.2k
<!-- 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. -->
babylm-base5M-gpt2 (Fork with chck_100M Checkpoint)
This repository is a fork of alexandertam/babylm-base5m-gpt2, created for the BabyLM Challenge 2025 submission. It extends the original model by including an additional checkpoint (chck_100M), adhering to the challenge's guidelines.
Model Description
This model is a pre-trained version of the GPT-2 architecture. It achieves the following results on the evaluation set:
- Loss: 3.0628
- Accuracy: 0.4521
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
- trainbatchsize: 16
- evalbatchsize: 16
- seed: 42
- optimizer: Use OptimizerNames.ADAMWTORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
- lrschedulertype: linear
- lrschedulerwarmup_steps: 190
- training_steps: 19000
- mixedprecisiontraining: Native AMP
Training results
Framework versions
- Transformers 4.50.3
- Pytorch 2.7.1+cu126
- Datasets 3.6.0
- Tokenizers 0.21.4
