confettiwap
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,36 +1,15 @@
|
|
1 |
-
---
|
2 |
-
tags:
|
3 |
-
- merge
|
4 |
-
- mergekit
|
5 |
-
- lazymergekit
|
6 |
-
- meta-math/MetaMath-Mistral-7B
|
7 |
-
- EleutherAI/llemma_7b
|
8 |
-
base_model:
|
9 |
-
- meta-math/MetaMath-Mistral-7B
|
10 |
-
- EleutherAI/llemma_7b
|
11 |
-
---
|
12 |
-
|
13 |
# MM-SL
|
14 |
|
15 |
-
MM-SL is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
16 |
-
* [meta-math/MetaMath-Mistral-7B](https://huggingface.co/meta-math/MetaMath-Mistral-7B)
|
17 |
-
* [EleutherAI/llemma_7b](https://huggingface.co/EleutherAI/llemma_7b)
|
18 |
|
19 |
-
##
|
20 |
|
21 |
```yaml
|
22 |
slices:
|
23 |
-
- sources:
|
24 |
-
- model: meta-math/MetaMath-Mistral-7B
|
25 |
-
layer_range: [0, 32]
|
26 |
-
- sources:
|
27 |
-
- model: EleutherAI/llemma_7b
|
28 |
-
layer_range: [24, 32]
|
29 |
merge_method: passthrough
|
30 |
dtype: bfloat16
|
31 |
```
|
32 |
|
33 |
-
##
|
34 |
|
35 |
```python
|
36 |
!pip install -qU transformers accelerate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# MM-SL
|
2 |
|
|
|
|
|
|
|
3 |
|
4 |
+
## Configuration
|
5 |
|
6 |
```yaml
|
7 |
slices:
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
merge_method: passthrough
|
9 |
dtype: bfloat16
|
10 |
```
|
11 |
|
12 |
+
## Usage
|
13 |
|
14 |
```python
|
15 |
!pip install -qU transformers accelerate
|