CoolFace
Modelpublic

pszemraj/griffin-v0.01-c3t-8layer-simplewiki-silu

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
0likes45downloads
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. -->

griffin-v0.01-c3t-8layer-simplewiki-silu

  • —griffin/recurrent_gemma arch
  • —claude3 tokenizer (as an HF gpt2 tokenizer)

Model description

pretrain experiment on the pszemraj/simplewikipediaLM dataset.

It achieves the following results on the evaluation set:

  • —Loss: 4.0476
  • —Accuracy: 0.4224

Training procedure

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 0.0003
  • —trainbatchsize: 4
  • —evalbatchsize: 4
  • —seed: 80085
  • —gradientaccumulationsteps: 32
  • —totaltrainbatch_size: 128
  • —optimizer: Adam with betas=(0.9,0.99) and epsilon=1e-07
  • —lrschedulertype: constantwithwarmup
  • —lrschedulerwarmup_ratio: 0.05
  • —num_epochs: 2.0

Training results

Training LossEpochStepValidation LossAccuracy
13.32760.254810012.04020.0131
8.92070.50952008.03120.0360
7.26810.76433006.47750.0506
6.31871.01904005.62270.0434
5.56951.27385004.77960.3635
5.29261.52856004.39230.3952
4.8781.78337004.18770.4085

Framework versions

  • —Transformers 4.40.1
  • —Pytorch 2.2.0+cu121
  • —Datasets 2.19.0
  • —Tokenizers 0.19.1