Update README.md
Browse files
README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- merge
|
5 |
-
- mergekit
|
6 |
-
- lazymergekit
|
7 |
- FelixChao/WizardDolphin-7B
|
8 |
- FelixChao/NinjaDolphin-7B
|
9 |
---
|
@@ -14,20 +12,6 @@ NarutoDolphin-7B is a merge of the following models using [LazyMergekit](https:/
|
|
14 |
* [FelixChao/WizardDolphin-7B](https://huggingface.co/FelixChao/WizardDolphin-7B)
|
15 |
* [FelixChao/NinjaDolphin-7B](https://huggingface.co/FelixChao/NinjaDolphin-7B)
|
16 |
|
17 |
-
## 🧩 Configuration
|
18 |
-
|
19 |
-
```yaml
|
20 |
-
slices:
|
21 |
-
- sources:
|
22 |
-
- model: FelixChao/WizardDolphin-7B
|
23 |
-
layer_range: [0, 24]
|
24 |
-
- sources:
|
25 |
-
- model: FelixChao/NinjaDolphin-7B
|
26 |
-
layer_range: [8, 32]
|
27 |
-
merge_method: passthrough
|
28 |
-
base_model: FelixChao/WizardDolphin-7B
|
29 |
-
dtype: bfloat16
|
30 |
-
```
|
31 |
|
32 |
## 💻 Usage
|
33 |
|
|
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
- merge
|
|
|
|
|
5 |
- FelixChao/WizardDolphin-7B
|
6 |
- FelixChao/NinjaDolphin-7B
|
7 |
---
|
|
|
12 |
* [FelixChao/WizardDolphin-7B](https://huggingface.co/FelixChao/WizardDolphin-7B)
|
13 |
* [FelixChao/NinjaDolphin-7B](https://huggingface.co/FelixChao/NinjaDolphin-7B)
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
## 💻 Usage
|
17 |
|