Update README.md
Browse files
README.md
CHANGED
@@ -24,6 +24,9 @@ ChatYuan-7B是一个支持中英双语的功能型对话语言大模型。它是
|
|
24 |
2. 合并LLaMA-7B的hf模型和ChatYuan-7B模型成ChatYuan-7B-merge
|
25 |
|
26 |
### 合并脚本
|
|
|
|
|
|
|
27 |
```shell
|
28 |
python3 apply_delta.py --base ~/model_weights/LLaMA-7B-HF --delta ~/model_weights/ChatYuan-7B --target ~/model_weights/ChatYuan-7B-merge
|
29 |
```
|
|
|
24 |
2. 合并LLaMA-7B的hf模型和ChatYuan-7B模型成ChatYuan-7B-merge
|
25 |
|
26 |
### 合并脚本
|
27 |
+
|
28 |
+
[apply_delta.py](https://huggingface.co/ClueAI/ChatYuan-7B/blob/main/apply_delta.py)
|
29 |
+
|
30 |
```shell
|
31 |
python3 apply_delta.py --base ~/model_weights/LLaMA-7B-HF --delta ~/model_weights/ChatYuan-7B --target ~/model_weights/ChatYuan-7B-merge
|
32 |
```
|