CoolFace
Modelpublic

vineetsharma/databricks-dolly-15k-distilgpt2-v1

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes15downloads
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. -->

databricks-dolly-15k-distilgpt2-v1

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

  • —eval_loss: 3.3381
  • —eval_runtime: 25.854
  • —evalsamplesper_second: 58.057
  • —evalstepsper_second: 7.272
  • —epoch: 5.01
  • —step: 7523

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: 0.001
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 10

Framework versions

  • —Transformers 4.33.3
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.14.5
  • —Tokenizers 0.13.3