|
# Chinese Llama 2 7B |
|
|
|
全部开源,完全可商用的**中文版 Llama2 模型及中文 SFT 数据集**。 |
|
|
|
![Chinese LLaMA2 7B](https://github.com/LinkSoul-AI/Chinese-Llama-2-7b/raw/main/.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) |
|
|