confettiwap
commited on
Commit
•
897f5cc
1
Parent(s):
6a0257e
Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,9 @@
|
|
1 |
-
---
|
2 |
-
tags:
|
3 |
-
- merge
|
4 |
-
- EleutherAI/llemma_7b
|
5 |
-
base_model:
|
6 |
-
- EleutherAI/llemma_7b
|
7 |
-
- EleutherAI/llemma_7b
|
8 |
-
---
|
9 |
-
|
10 |
# 11ema-7b-self-merge
|
11 |
|
12 |
-
|
13 |
-
* [EleutherAI/llemma_7b](https://huggingface.co/EleutherAI/llemma_7b)
|
14 |
-
* [EleutherAI/llemma_7b](https://huggingface.co/EleutherAI/llemma_7b)
|
15 |
-
|
16 |
-
## 🧩 Configuration
|
17 |
|
18 |
```yaml
|
19 |
-
slices:
|
20 |
-
- sources:
|
21 |
-
- model: EleutherAI/llemma_7b
|
22 |
-
layer_range: [0, 32]
|
23 |
-
- model: EleutherAI/llemma_7b
|
24 |
-
layer_range: [0, 32]
|
25 |
merge_method: slerp
|
26 |
-
base_model: EleutherAI/llemma_7b
|
27 |
parameters:
|
28 |
t:
|
29 |
- filter: self_attn
|
@@ -34,7 +14,7 @@ parameters:
|
|
34 |
dtype: bfloat16
|
35 |
```
|
36 |
|
37 |
-
##
|
38 |
|
39 |
```python
|
40 |
!pip install -qU transformers accelerate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 11ema-7b-self-merge
|
2 |
|
3 |
+
## Configuration
|
|
|
|
|
|
|
|
|
4 |
|
5 |
```yaml
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
merge_method: slerp
|
|
|
7 |
parameters:
|
8 |
t:
|
9 |
- filter: self_attn
|
|
|
14 |
dtype: bfloat16
|
15 |
```
|
16 |
|
17 |
+
## Usage
|
18 |
|
19 |
```python
|
20 |
!pip install -qU transformers accelerate
|