ssmits commited on
Commit
75aa856
·
verified ·
1 Parent(s): 802d1a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,10 +29,10 @@ The following YAML configuration was used to produce this model:
29
  slices:
30
  - sources:
31
  - model: tiiuae/falcon-11B
32
- layer_range: [0, 26]
33
  - sources:
34
  - model: tiiuae/falcon-11B
35
- layer_range: [57, 59]
36
  merge_method: passthrough
37
  dtype: bfloat16
38
  ```
 
29
  slices:
30
  - sources:
31
  - model: tiiuae/falcon-11B
32
+ layer_range: [0, 25]
33
  - sources:
34
  - model: tiiuae/falcon-11B
35
+ layer_range: [56, 59]
36
  merge_method: passthrough
37
  dtype: bfloat16
38
  ```