sugiv's picture
Update README.md
b89b20c
---
library_name: peft
license: llama2
pipeline_tag: text2text-generation
---
Llama-2 7B chat instruction tuned with Alpaca dataset. Please refer to license of Llama2 and Alpaca Dataset before accessing.
## License
Usage and License Notices: Alpaca is intended and licensed for research use only. The dataset is CC BY NC 4.0 (allowing only non-commercial use) and models trained using the dataset should not be used outside of research purposes. The weight diff is also CC BY NC 4.0 (allowing only non-commercial use).
Llama2 - https://ai.meta.com/llama/license/
## Training procedure
# TO-DO
### Framework versions
- PEFT 0.5.0
@misc{alpaca,
author = {Rohan Taori and Ishaan Gulrajani and Tianyi Zhang and Yann Dubois and Xuechen Li and Carlos Guestrin and Percy Liang and Tatsunori B. Hashimoto },
title = {Stanford Alpaca: An Instruction-following LLaMA model},
year = {2023},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/tatsu-lab/stanford_alpaca}},
}