concedo commited on
Commit
e2329c0
1 Parent(s): 88808d8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ # Vicuzard-30B-Uncensored
8
+
9
+ This is an experimental mixed model containing a parameter-wise 50/50 blend (weighted average) of [ehartford/Wizard-Vicuna-30B-Uncensored](https://huggingface.co/ehartford/Wizard-Vicuna-30B-Uncensored) and [ehartford/WizardLM-30B-Uncensored](https://huggingface.co/ehartford/WizardLM-30B-Uncensored)
10
+
11
+ [GGML models are provided here, for use in KoboldCPP](https://huggingface.co/concedo/Vicuzard-30B-Uncensored/tree/main/ggml).
12
+
13
+ This improves on earlier model mixing techniques by only applying the merge to the layers containing tensors of the same dimensions.
14
+ By selectively skipping merge operations on the input and output layers, we are now able to merge models with different vocab sizes (i.e. added tokens) so long as the hidden layers have identical sizes.
15
+
16
+ All feedback and comments can be directed to Concedo on the KoboldAI discord.