Update README.md
Browse files
README.md
CHANGED
@@ -13,39 +13,11 @@ base_model:
|
|
13 |
- hfl/llama-3-chinese-8b-instruct-v2
|
14 |
---
|
15 |
|
16 |
-
#
|
|
|
17 |
|
18 |
-
|
19 |
-
|
20 |
-
* [NousResearch/Hermes-2-Theta-Llama-3-8B](https://huggingface.co/NousResearch/Hermes-2-Theta-Llama-3-8B)
|
21 |
-
* [hfl/llama-3-chinese-8b-instruct-v2](https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v2)
|
22 |
-
* [NousResearch/Hermes-2-Theta-Llama-3-8B](https://huggingface.co/NousResearch/Hermes-2-Theta-Llama-3-8B)
|
23 |
-
* [hfl/llama-3-chinese-8b-instruct-v2](https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v2)
|
24 |
-
|
25 |
-
## 🧩 Configuration
|
26 |
-
|
27 |
-
```yaml
|
28 |
-
slices:
|
29 |
-
- sources:
|
30 |
-
- model: "hfl/llama-3-chinese-8b-instruct-v2"
|
31 |
-
layer_range: [0, 10]
|
32 |
-
- sources:
|
33 |
-
- model: "NousResearch/Hermes-2-Theta-Llama-3-8B"
|
34 |
-
layer_range: [0, 20]
|
35 |
-
- sources:
|
36 |
-
- model: "hfl/llama-3-chinese-8b-instruct-v2"
|
37 |
-
layer_range: [10, 20]
|
38 |
-
- sources:
|
39 |
-
- model: "NousResearch/Hermes-2-Theta-Llama-3-8B"
|
40 |
-
layer_range: [20, 32]
|
41 |
-
- sources:
|
42 |
-
- model: "hfl/llama-3-chinese-8b-instruct-v2"
|
43 |
-
layer_range: [20, 32]
|
44 |
-
|
45 |
-
merge_method: passthrough
|
46 |
-
base_model: "NousResearch/Hermes-2-Theta-Llama-3-8B"
|
47 |
-
dtype: bfloat16
|
48 |
-
```
|
49 |
|
50 |
## 💻 Usage
|
51 |
|
|
|
13 |
- hfl/llama-3-chinese-8b-instruct-v2
|
14 |
---
|
15 |
|
16 |
+
# 骆驼3-15B-羚杨-v0.1
|
17 |
+
Llama3-15B-lingyang-v0.1 是使用 LazyMergekit 合并以下模型:
|
18 |
|
19 |
+
hfl/llama-3-中文-8b-instruct-v2
|
20 |
+
NousResearch/Hermes-2-θ-骆驼-3-8B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
## 💻 Usage
|
23 |
|