Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Chinese Llama 2 7B
|
2 |
+
|
3 |
+
全部开源,完全可商用的**中文版 Llama2 模型及中文 SFT 数据集**。
|
4 |
+
|
5 |
+
![Chinese LLaMA2 7B](.github/preview.jpg)
|
6 |
+
|
7 |
+
## 在线试玩
|
8 |
+
|
9 |
+
> Talk is cheap, Show you the Demo.
|
10 |
+
|
11 |
+
- [Demo 地址 / HuggingFace Spaces](#)
|
12 |
+
- [Colab 一键启动](#)
|
13 |
+
|
14 |
+
## 资源下载
|
15 |
+
|
16 |
+
- 模型下载:[Chinese Llama2 Chat Model](#)
|
17 |
+
|
18 |
+
> 我们使用了中文 SFT 数据集,数据量 1000 万。
|
19 |
+
|
20 |
+
- 数据集:[https://huggingface.co/datasets/LinkSoul/instruction_merge_set](https://huggingface.co/datasets/LinkSoul/instruction_merge_set)
|
21 |
+
|
22 |
+
## 如何训练
|
23 |
+
|
24 |
+
```bash
|
25 |
+
python train.py --args ...
|
26 |
+
```
|
27 |
+
|
28 |
+
## 相关项目
|
29 |
+
|
30 |
+
- [Llama2](#)
|
31 |
+
|
32 |
+
## 项目协议
|
33 |
+
|
34 |
+
[Apache-2.0 license](https://github.com/LinkSoul-AI/Chinese-Llama-2-7b/blob/main/LICENSE)
|