CoolFace
Modelpublic

abideen/AlphaMonarch-daser

sourceHugging Facecc-by-nc-4.0updated 3y agoView on Hugging Face
11likes25downloads
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. -->

AlphaMonarch-daser

image/jpeg

AlphaMonarch-daser is a mixture of two techniques that are LaserQlora and Dora. This model is a DPO fine-tuned of mlabonne/NeuralMonarch-7B using the argilla/OpenHermes2.5-dpo-binarized-alpha preference dataset. I have fine-tuned this model only on half of the projections, but have achieved better results as compared to the version released AlphaMonarch-dora. I have trained this model for 1080 steps. Comparison of AlphaMonarch, AlphaMonarch-laser, AlphaMonarch-daser, and AlphaMonarch-dora on the OpenLLM leaderboard are:

๐Ÿ† Evaluation results

On YALL leaderboard: AlphaMonarch-daser > AlphaMonarch-dora > AlphaMonarch > AlphaMonarch-laser

image/png

On OpenLLM bench: AlphaMonarch-laser > AlphaMonarch > AlphaMonarch-daser > AlphaMonarch-dora

image/png

Training hyperparameters

The following hyperparameters were used during training:

  • โ€”learning_rate: 5e-07
  • โ€”trainbatchsize: 1
  • โ€”evalbatchsize: 8
  • โ€”seed: 42
  • โ€”gradientaccumulationsteps: 8
  • โ€”totaltrainbatch_size: 8
  • โ€”optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • โ€”lrschedulertype: cosine
  • โ€”lrschedulerwarmup_steps: 100
  • โ€”training_steps: 1080

Framework versions

  • โ€”Transformers 4.38.0.dev0
  • โ€”Pytorch 2.1.2+cu118
  • โ€”Datasets 2.17.0
  • โ€”Tokenizers 0.15.0