Downloads · 30 days
276
100% of all-time downloads
prithivMLmods/Nexus-9B-CodeCore-Merge
Nexus-9B-CodeCore-Merge is a text generation model from prithivMLmods. Use it when you need the model to write or continue text. It is set up for transformers. The card lists the license as apache-2.0.
Nexus-9B-CodeCore-Merge is a merged 9B-parameter coding and reasoning model designed for long-horizon coding tasks, agentic coding, and agentic reasoning. It is built by merging Qwen3.5-9B as the base model with NeoHo…
Downloads · 30 days
276
100% of all-time downloads
All-time downloads
276
Public
Parameters
9.7B
19.3 GB on disk
Likes
3
Trending 2
Click a slice to open those files.
.safetensors19.3 GB · 100%
How the weights are stored.
BF169.7B · 100%
From the Hugging Face model README
Nexus-9B-CodeCore-Merge is a merged 9B-parameter coding and reasoning model designed for long-horizon coding tasks, agentic coding, and agentic reasoning. It is built by merging Qwen3.5-9B as the base model with NeoHorse-1-9B, OmniCoder-9B, and Ornith-1.5-9B, combining their capabilities for code generation, multi-step problem solving, instruction following, and autonomous coding workflows. The model is intended for complex software-engineering tasks that require sustained reasoning across multiple steps, code understanding, modification, debugging, and tool-oriented agentic workflows. This model is experimental and may generate artifacts.
hf download TokenRhythm/NeoHorse-1-9B \
--local-dir ./models/NeoHorse-1-9B
hf download Tesslate/OmniCoder-9B \
--local-dir ./models/OmniCoder-9B
hf download ornith-ai/Ornith-1.5-9B \
--local-dir ./models/Ornith-1.5-9B
hf download Qwen/Qwen3.5-9B \
--local-dir ./models/Qwen3.5-9B
python omnimergekit.py \
--base models/Qwen3.5-9B --task-base ./models/Qwen3.5-9B \
--source models/NeoHorse-1-9B \
--source models/OmniCoder-9B \
--source models/Ornith-1.5-9B \
--weights 0.55,0.30,0.15 \
--method omnimerge_v2 --density 0.53 --darex-q 0.75 --seed 42 \
--no-auto-mlp-skip --skip-patterns visual.,mtp. \
--output prithivMLmods/Nexus-9B-CodeCore-Merge
Tools for model merging, expert pruning, differential competence-map extraction, and GGUF quantization — omnimergekit