zyh3826 commited on
Commit
81e9cb6
1 Parent(s): 149a65b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ merge from quantum-v0.01 and mistral-7b-dpo-v5
5
+
6
+ The yaml config file for this model is here:
7
+ ```yaml
8
+ slices:
9
+ - sources:
10
+ - model: quantumaikr/quantum-v0.01
11
+ layer_range: [0, 32]
12
+ - sources:
13
+ - model: mncai/mistral-7b-dpo-v5
14
+ layer_range: [24, 32]
15
+ merge_method: passthrough
16
+ dtype: bfloat16
17
+ ```
18
+
19
+ # Acknowlegement
20
+ [mergekit](https://github.com/cg123/mergekit)
21
+