CoolFace
Modelpublic

SuperSecureHuman/phi-2-vendata

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

vendata-train

This model is a fine-tuned version of codellama/CodeLlama-7b-Instruct-hf on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.9052

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: 2e-05
  • —trainbatchsize: 4
  • —evalbatchsize: 4
  • —seed: 42
  • —distributed_type: multi-GPU
  • —num_devices: 2
  • —gradientaccumulationsteps: 8
  • —totaltrainbatch_size: 64
  • —totalevalbatch_size: 8
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: cosine
  • —lrschedulerwarmup_ratio: 0.1
  • —training_steps: 100

Training results

Training LossEpochStepValidation Loss
1.06330.1101.0362
1.26850.2200.9920
1.25420.3300.9562
1.10310.4400.9356
1.01960.5500.9224
0.93970.6600.9140
0.94850.7700.9091
0.95060.8800.9064
0.9780.9900.9054
1.01671.01000.9052

Framework versions

  • —PEFT 0.8.2
  • —Transformers 4.36.2
  • —Pytorch 2.1.2
  • —Datasets 2.16.1
  • —Tokenizers 0.15.0