CoolFace
Modelpublic

parallelm/gpt2_medium_EN_superbpe_65536_parallel3_42

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes8downloads
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. -->

gpt2mediumENsuperbpe65536parallel342

This model was trained from scratch on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 3.6606
  • —Accuracy: 0.3500

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
  • —trainbatchsize: 64
  • —evalbatchsize: 64
  • —seed: 42
  • —distributed_type: multi-GPU
  • —num_devices: 2
  • —totaltrainbatch_size: 128
  • —totalevalbatch_size: 128
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_ratio: 0.1
  • —lrschedulerwarmup_steps: 1000
  • —num_epochs: 10
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracy
4.22951.0219064.14460.2896
3.99842.0438123.94880.3103
3.8793.0657183.85140.3213
3.79344.0876243.79560.3288
3.72665.01095303.75420.3343
3.66636.01314363.72360.3393
3.6197.01533423.69860.3433
3.56668.01752483.68010.3461
3.52359.01971543.66740.3485
3.479410.02190603.66060.3500

Framework versions

  • —Transformers 4.41.2
  • —Pytorch 2.8.0+cu128
  • —Datasets 4.1.1
  • —Tokenizers 0.19.1