Update README.md
Browse files
README.md
CHANGED
@@ -35,10 +35,10 @@ The following YAML configuration was used to produce this model:
|
|
35 |
slices:
|
36 |
- sources:
|
37 |
- model: tiiuae/falcon-11B
|
38 |
-
layer_range: [0,
|
39 |
- sources:
|
40 |
- model: tiiuae/falcon-11B
|
41 |
-
layer_range: [
|
42 |
merge_method: passthrough
|
43 |
dtype: bfloat16
|
44 |
```
|
|
|
35 |
slices:
|
36 |
- sources:
|
37 |
- model: tiiuae/falcon-11B
|
38 |
+
layer_range: [0, 24]
|
39 |
- sources:
|
40 |
- model: tiiuae/falcon-11B
|
41 |
+
layer_range: [55, 59]
|
42 |
merge_method: passthrough
|
43 |
dtype: bfloat16
|
44 |
```
|