File size: 743 Bytes
5807f94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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)