Files
Vicuzard-30B-Uncensored/README.md
ModelHub XC 18d36a7466 初始化项目,由ModelHub XC社区提供模型
Model: concedo/Vicuzard-30B-Uncensored
Source: Original Platform
2026-04-12 13:32:00 +08:00

16 lines
910 B
Markdown

---
license: other
language:
- en
---
# Vicuzard-30B-Uncensored
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)
[GGML models are provided here, for use in KoboldCPP](https://huggingface.co/concedo/Vicuzard-30B-Uncensored/tree/main/ggml).
This improves on earlier model mixing techniques by only applying the merge to the layers containing tensors of the same dimensions.
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.
All feedback and comments can be directed to Concedo on the KoboldAI discord.