Chinese-Llama-2-7b / README.md
s1w's picture
Update README.md
5807f94
|
raw
history blame
No virus
743 Bytes
# Chinese Llama 2 7B
全部开源,完全可商用的**中文版 Llama2 模型及中文 SFT 数据集**
![Chinese LLaMA2 7B](.github/preview.jpg)
## 在线试玩
> Talk is cheap, Show you the Demo.
- [Demo 地址 / HuggingFace Spaces](#)
- [Colab 一键启动](#)
## 资源下载
- 模型下载:[Chinese Llama2 Chat Model](#)
> 我们使用了中文 SFT 数据集,数据量 1000 万。
- 数据集:[https://huggingface.co/datasets/LinkSoul/instruction_merge_set](https://huggingface.co/datasets/LinkSoul/instruction_merge_set)
## 如何训练
```bash
python train.py --args ...
```
## 相关项目
- [Llama2](#)
## 项目协议
[Apache-2.0 license](https://github.com/LinkSoul-AI/Chinese-Llama-2-7b/blob/main/LICENSE)