powermove72 commited on
Commit
17a0172
·
verified ·
1 Parent(s): 12915b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -88,6 +88,10 @@ Adding a normalize parameter (true) to stabilize weight norms post-merge, reduci
88
  Introducing density parameters to control how much of each model's "mass" is retained, biased toward the stronger reasoning model.
89
  Adding a small randomization factor for exploratory merging, which can lead to unexpectedly strong variants in practice.
90
 
 
 
 
 
91
  ## 💻 Usage
92
 
93
  ```python
 
88
  Introducing density parameters to control how much of each model's "mass" is retained, biased toward the stronger reasoning model.
89
  Adding a small randomization factor for exploratory merging, which can lead to unexpectedly strong variants in practice.
90
 
91
+ ## GGUF quantized version
92
+
93
+ Q4-K-M GGUF version is provided here: [Q4-K-M](https://huggingface.co/powermove72/CodeMistral-Instruct-7B-AdvancedSlerp-v1-Q4_K_M-GGUF)
94
+
95
  ## 💻 Usage
96
 
97
  ```python