CoolFace
Modelpublic

jarod0411/zinc10M_gpt2-medium_SMILES_step1

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes22downloads
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. -->

zinc10Mgpt2-mediumSMILES_step1

This model is a fine-tuned version of gpt2-medium on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.5598
  • Accuracy: 0.8151

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: 8
  • evalbatchsize: 8
  • seed: 42
  • distributed_type: multi-GPU
  • num_devices: 8
  • totaltrainbatch_size: 64
  • totalevalbatch_size: 64
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 10.0

Training results

Training LossEpochStepValidation LossAccuracy
0.6351.0106350.61690.8007
0.60732.0212700.59370.8066
0.59323.0319050.58280.8093
0.58434.0425400.57540.8112
0.57825.0531750.57040.8124
0.57296.0638100.56660.8134
0.56917.0744450.56380.8141
0.56668.0850800.56200.8145
0.56449.0957150.56060.8149
0.562910.01063500.55980.8151

Framework versions

  • Transformers 4.36.0.dev0
  • Pytorch 2.1.1+cu121
  • Datasets 2.15.0
  • Tokenizers 0.15.0