CoolFace
Modelpublic

umd-zhou-lab/claude2-alpaca-7B

sourceHugging Facellama2updated 3y agoView on Hugging Face
2likes57downloads
Model Card

Model Card for umd-zhou-lab/claude2-alpaca-7B

<!-- Provide a quick summary of what the model is/does. -->

This model is trained by fine-tuning llama-2 with claude2 alpaca data.

Model Details

Model Description

<!-- Provide a longer summary of what this model is. -->

  • —Developed by: UMD Tianyi Zhou Lab
  • —Model type: An auto-regressive language model based on the transformer architecture
  • —License: Llama 2 Community License Agreement
  • —Finetuned from model: meta-llama/Llama-2-7b

Model Sources

<!-- Provide the basic links for the model. -->

Uses

The primary use of this model is research on large language models and chatbots. The primary intended users of the model are researchers and hobbyists in natural language processing, machine learning, and artificial intelligence.

Training

We use the prompt from Stanford Alpaca

HyperparameterGlobal Batch SizeLearning rateEpochsMax lengthWeight decay
Model (7B)1282e-5340960

Performance

Compared to the llama2-chat, our models can have better average performance.<br>

AverageARCHellaSwagMMLUTruthfulQAAlpaca_EvalAvg Length
Llama-2-7b-chat56.33552.978.5548.3245.5771.371479
Llama-2-13b-chat59.93559.0481.9454.6444.1281.091513
claude_alpaca-7b57.7856.6681.1746.5846.7171.231066
claude_alpaca-13b61.2961.1884.0855.7444.1878.931127

Citation

Please consider citing our paper if you think our codes, data, or models are useful. Thank you!

@misc{claude2-alpaca,
  author = {Lichang Chen and Khalid Saifullah and Ming Li and Tianyi Zhou and Heng Huang},
  title = {Claude2-Alpaca: Instruction tuning datasets distilled from claude},
  year = {2023},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/Lichang-Chen/claude2-alpaca}},
}