GianlucaMondillo
commited on
Commit
•
05ce967
1
Parent(s):
9b43dbc
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -1,32 +1,32 @@
|
|
1 |
---
|
2 |
base_model:
|
3 |
-
-
|
4 |
-
-
|
5 |
tags:
|
6 |
- merge
|
7 |
- mergekit
|
8 |
- lazymergekit
|
9 |
-
-
|
10 |
-
-
|
11 |
---
|
12 |
|
13 |
# NeuralPipe-7B-slerp
|
14 |
|
15 |
NeuralPipe-7B-slerp is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
16 |
-
* [
|
17 |
-
* [
|
18 |
|
19 |
## 🧩 Configuration
|
20 |
|
21 |
```yaml
|
22 |
slices:
|
23 |
- sources:
|
24 |
-
- model:
|
25 |
layer_range: [0, 32]
|
26 |
-
- model:
|
27 |
layer_range: [0, 32]
|
28 |
merge_method: slerp
|
29 |
-
base_model:
|
30 |
parameters:
|
31 |
t:
|
32 |
- filter: self_attn
|
|
|
1 |
---
|
2 |
base_model:
|
3 |
+
- HuggingFaceH4/zephyr-7b-beta
|
4 |
+
- BioMistral/BioMistral-7B
|
5 |
tags:
|
6 |
- merge
|
7 |
- mergekit
|
8 |
- lazymergekit
|
9 |
+
- HuggingFaceH4/zephyr-7b-beta
|
10 |
+
- BioMistral/BioMistral-7B
|
11 |
---
|
12 |
|
13 |
# NeuralPipe-7B-slerp
|
14 |
|
15 |
NeuralPipe-7B-slerp is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
16 |
+
* [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
|
17 |
+
* [BioMistral/BioMistral-7B](https://huggingface.co/BioMistral/BioMistral-7B)
|
18 |
|
19 |
## 🧩 Configuration
|
20 |
|
21 |
```yaml
|
22 |
slices:
|
23 |
- sources:
|
24 |
+
- model: HuggingFaceH4/zephyr-7b-beta
|
25 |
layer_range: [0, 32]
|
26 |
+
- model: BioMistral/BioMistral-7B
|
27 |
layer_range: [0, 32]
|
28 |
merge_method: slerp
|
29 |
+
base_model: HuggingFaceH4/zephyr-7b-beta
|
30 |
parameters:
|
31 |
t:
|
32 |
- filter: self_attn
|