invalid-coder commited on
Commit
b24bc56
1 Parent(s): 25cb5a5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This is the test version for pruning. This model is a base model that will be pruned and quantized for on-device purpose.
2
+
3
+ I used mergekit for merging two models:
4
+
5
+ https://github.com/cg123/mergekit
6
+ The two models I combined are:
7
+
8
+ https://huggingface.co/jeonsworld/CarbonVillain-en-10.7B-v2
9
+ https://huggingface.co/kyujinpy/Sakura-SOLAR-Instruct-DPO-v2
10
+
11
+ I used GGUF quantization.