Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Chinese Llama 2 7B
|
2 |
|
3 |
-
全部开源,完全可商用的**中文版 Llama2
|
4 |
|
5 |
-
![Chinese LLaMA2 7B](
|
6 |
|
7 |
## 在线试玩
|
8 |
|
@@ -33,7 +41,7 @@ generate_ids = model.generate(tokenizer(prompt, return_tensors='pt').input_ids.c
|
|
33 |
|
34 |
- 模型下载:[Chinese Llama2 Chat Model](https://huggingface.co/LinkSoul/Chinese-Llama-2-7b)
|
35 |
|
36 |
-
>
|
37 |
|
38 |
- 数据集:[https://huggingface.co/datasets/LinkSoul/instruction_merge_set](https://huggingface.co/datasets/LinkSoul/instruction_merge_set)
|
39 |
|
@@ -41,7 +49,6 @@ generate_ids = model.generate(tokenizer(prompt, return_tensors='pt').input_ids.c
|
|
41 |
|
42 |
```bash
|
43 |
python train.py --args ...
|
44 |
-
|
45 |
```
|
46 |
|
47 |
## 相关项目
|
@@ -50,4 +57,4 @@ python train.py --args ...
|
|
50 |
|
51 |
## 项目协议
|
52 |
|
53 |
-
[Apache-2.0 license](https://github.com/LinkSoul-AI/Chinese-Llama-2-7b/blob/main/LICENSE)
|
|
|
1 |
+
---
|
2 |
+
license: openrail
|
3 |
+
datasets:
|
4 |
+
- LinkSoul/instruction_merge_set
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
- en
|
8 |
+
---
|
9 |
# Chinese Llama 2 7B
|
10 |
|
11 |
+
全部开源,完全可商用的**中文版 Llama2 模型及中英文 SFT 数据集**,输入格式严格遵循llama-2-chat的输入格式,以方便应用所有针对llama-2-chat的优化。
|
12 |
|
13 |
+
![Chinese LLaMA2 7B](.github/preview.jpg)
|
14 |
|
15 |
## 在线试玩
|
16 |
|
|
|
41 |
|
42 |
- 模型下载:[Chinese Llama2 Chat Model](https://huggingface.co/LinkSoul/Chinese-Llama-2-7b)
|
43 |
|
44 |
+
> 我们使用了中英文 SFT 数据集,数据量 1000 万。
|
45 |
|
46 |
- 数据集:[https://huggingface.co/datasets/LinkSoul/instruction_merge_set](https://huggingface.co/datasets/LinkSoul/instruction_merge_set)
|
47 |
|
|
|
49 |
|
50 |
```bash
|
51 |
python train.py --args ...
|
|
|
52 |
```
|
53 |
|
54 |
## 相关项目
|
|
|
57 |
|
58 |
## 项目协议
|
59 |
|
60 |
+
[Apache-2.0 license](https://github.com/LinkSoul-AI/Chinese-Llama-2-7b/blob/main/LICENSE)
|