CoolFace
Modelpublic

umd-zhou-lab/recycled-alpaca-7b-v1.0

sourceHugging Facellama2updated 3y agoView on Hugging Face
0likes12downloads
Model Card

Model Card for umd-zhou-lab/recycled-alpaca-7b-v1.0

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

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

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 FastChat:

A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: Hi ASSISTANT: Hello.</s>USER: Who are you? ASSISTANT: I am ...</s>......
HyperparameterGlobal Batch SizeLearning rateEpochsMax lengthWeight decayWarmup Rate
Recycled Models (7B)1282e-53204800.03

Performance

The following table provides a comparison between our recycled models (V1) and baseline models on the AlpacaEval Leaderboard and Huggingface Open LLM Leaderboard. <br>

The Recycled Alpaca Data can be found here: [[hf-Link]](https://huggingface.co/datasets/umd-zhou-lab/recycledalpacav1) <br> The Recycled WizardLM (70k) Data can be found here: [[hf-Link]](https://huggingface.co/datasets/umd-zhou-lab/recycledwiz70v1) <br>

**AlpacaEval****Avg****ARC****HellaSwag****MMLU****TruthfulQA****Model**
Alpaca 7B26.4650.2142.6576.9141.7339.55/
Recycled Alpaca 7B V1.076.9956.1853.9277.6847.5545.55[[hf-Link]](https://huggingface.co/umd-zhou-lab/recycled-alpaca-7b-v1.0)
Recycled Alpaca 13B V1.083.4258.9358.7080.8053.1143.12[Link]
WizardLM 7B67.6454.1851.6077.7042.7044.70/
Recycled WizardLM 7B V1.078.8856.2153.9277.0548.3545.52[[hf-Link]](https://huggingface.co/umd-zhou-lab/recycled-wizardlm-7b-v1.0)

Citation

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

@misc{li2023reflectiontuning,
      title={Reflection-Tuning: Data Recycling Improves LLM Instruction-Tuning}, 
      author={Ming Li and Lichang Chen and Jiuhai Chen and Shwai He and Heng Huang and Jiuxiang Gu and Tianyi Zhou},
      year={2023},
      eprint={2310.11716},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}