CoolFace
Modelpublic

jarod0411/zinc10M_gpt2_SMILES_bpe_combined_step1

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

zinc10Mgpt2SMILESbpecombined_step1

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

  • —Loss: 0.5863
  • —Accuracy: 0.8085

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.68191.0106350.65560.7912
0.64662.0212700.62560.7987
0.62993.0319050.61150.8022
0.61994.0425400.60280.8044
0.61325.0531750.59720.8058
0.60796.0638100.59320.8068
0.60437.0744450.59020.8075
0.60198.0850800.58850.8080
0.60029.0957150.58700.8083
0.598910.01063500.58630.8085

Framework versions

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