CoolFace
Modelpublic

babylm-anon/rta

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes3.2kdownloads
Model Card

<!-- 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

Training LossEpochStepValidation LossAccuracy
5.5790.10242004.76770.3189
4.77160.20484004.33850.3544
4.51620.30726004.17720.3593
4.40560.40968004.07540.3693
4.31380.512010004.01430.3626
4.21480.614412003.96010.3554
4.19250.716814003.90190.3723
4.02930.819316003.85790.3749
3.94070.921718003.81010.3782
3.83711.024120003.78700.3721
3.06592.048140003.46720.4085
2.68663.072260003.28500.4316
2.50634.096380003.19630.4372
2.41395.1203100003.14060.4442
2.32466.1444120003.11520.4484
2.31117.1685140003.08790.4489
2.27618.1925160003.06680.4542
2.22319.2166180003.06950.4517

Framework versions

  • —Transformers 4.50.3
  • —Pytorch 2.7.1+cu126
  • —Datasets 3.6.0
  • —Tokenizers 0.21.4