Jongilju commited on
Commit
869020d
1 Parent(s): 0df6a73

modify readme

Browse files
Files changed (1) hide show
  1. README.md +0 -25
README.md CHANGED
@@ -24,28 +24,3 @@ The following models were included in the merge:
24
 
25
  ### Configuration
26
 
27
- The following YAML configuration was used to produce this model:
28
-
29
- ```yaml
30
- slices:
31
- - sources:
32
- - model: ./data/Models/OPEN-SOLAR-KO-10.7B-v13_backup/merged
33
- layer_range: [0, 48]
34
- - model: heavytail/kullm-solar-S
35
- layer_range: [0, 48]
36
- # or, the equivalent models: syntax:
37
- # models:
38
- # - model: psmathur/orca_mini_v3_13b
39
- # - model: garage-bAInd/Platypus2-13B
40
- merge_method: slerp
41
- base_model: heavytail/kullm-solar-S
42
- parameters:
43
- t:
44
- - filter: self_attn
45
- value: [0, 0.5, 0.3, 0.7, 1]
46
- - filter: mlp
47
- value: [1, 0.5, 0.7, 0.3, 0]
48
- - value: 0.5 # fallback for rest of tensors
49
- dtype: float16
50
-
51
- ```
 
24
 
25
  ### Configuration
26