GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

osk-arr00/BigBang-Aquila-35B-GGUF overview

BigBang Aquila 35B GGUF Quantized GGUFs of the BigBang v1 + XYZ Aquila mini merged model base Qwen/Qwen3.6 35B A3B , abliterated and imatrix calibrated. Files …

ggufimatrixqwen3_5_moemergeabliteratedmoespeculative-decodingbase_model:osk-arr00/BigBang-Aquila-35B-Merged-Abliteratedbase_model:quantized:osk-arr00/BigBang-Aquila-35B-Merged-Abliteratedlicense:apache-2.0endpoints_compatibleregion:usconversational

Runs locally from ~1.90 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
1,357
Likes
0
Pipeline
Author

Repository Files & Downloads

10 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
BigBang-Aquila-35B-APEX-IQ-MTP.ggufGGUFGGUF22.09 GBDownload
BigBang-Aquila-35B-APEX-IQ.ggufGGUFGGUF21.25 GBDownload
BigBang-Aquila-35B-APEX-V2-MTP.ggufGGUFGGUF22.83 GBDownload
BigBang-Aquila-35B-BF16.ggufGGUFBF1664.61 GBDownload
BigBang-Aquila-35B-MTP-draft.ggufGGUFGGUF1.90 GBDownload
BigBang-Aquila-35B-Q4_K_M-MTP.ggufGGUFQ4_K_M20.55 GBDownload
BigBang-Aquila-35B-Q4_K_M.ggufGGUFQ4_K_M19.71 GBDownload
BigBang-Aquila-35B-ROCM-Q4KM-MTP.ggufGGUFQ4KM20.55 GBDownload
BigBang-Aquila-35B-ROCMFPX-APEX-MTP.ggufGGUFGGUF19.80 GBDownload
BigBang-Aquila-35B-ROCMFPX-Q4_0-MTP.ggufGGUFQ4_019.28 GBDownload

Model Details

Model IDosk-arr00/BigBang-Aquila-35B-GGUF
Authorosk-arr00
Pipeline
Licenseapache-2.0
Base modelosk-arr00/BigBang-Aquila-35B-Merged-Abliterated
Last modified2026-09-03T08:23:58.000Z

Model README

---

license: apache-2.0

library_name: gguf

tags:

  • gguf
  • imatrix
  • qwen3_5_moe
  • merge
  • abliterated
  • moe
  • speculative-decoding

base_model: osk-arr00/BigBang-Aquila-35B-Merged-Abliterated

---

BigBang-Aquila-35B-GGUF

Quantized GGUFs of the BigBang-v1 + XYZ-Aquila-mini merged model (base Qwen/Qwen3.6-35B-A3B), abliterated and imatrix-calibrated.

Files

| File | Size | Type | Recommended use |

|---|---|---|---|

| BigBang-Aquila-35B-APEX-IQ-MTP.gguf | 23 GB | APEX I-Quality + MTP | ⭐ Primary — best precision/size + speculative decoding |

| BigBang-Aquila-35B-Q4_K_M-MTP.gguf | 21 GB | Q4_K_M + imatrix + MTP | Reference / 16-20 GB GPUs + speculative decoding |

| BigBang-Aquila-35B-APEX-IQ.gguf | 22 GB | APEX I-Quality (no MTP) | If MTP not needed |

| BigBang-Aquila-35B-Q4_K_M.gguf | 20 GB | Q4_K_M + imatrix (no MTP) | If MTP not needed |

| BigBang-Aquila-35B-BF16.gguf | 69 GB | BF16 (no MTP) | Base for re-quantization |

| BigBang-Aquila-35B-MTP-draft.gguf | 2 GB | Generic MTP draft (workaround) | Legacy — use the -MTP files instead |

| BigBang-Aquila-35B.imatrix | 184 MB | imatrix | Re-quantization |

| calibration_data.txt | 4 MB | Calibration | Re-quantization |

What this model is

DARE-TIES merge of two specialists from the same base:

  • BigBang-v1 (endless-frontier/BigBang-v1): formal reasoning, math, code, scientific research.
  • XYZ-Aquila-mini (XYZAILab/XYZ-Aquila-mini): web agency (deep search, scraping, tool-calling).

Weights: 0.55 BigBang / 0.45 Aquila, density 0.5. Task vectors nearly orthogonal (cos ≈ 0.057) → both capabilities retained.

Abliterated (OrthoBot): 50 tensors ablated, significant refusal_dirs (mean 1.89).

Usage with llama.cpp

# APEX-IQ + MTP (recommended)
llama-server -m BigBang-Aquila-35B-APEX-IQ-MTP.gguf \
    --spec-type draft-mtp --spec-draft-n-max 2 \
    -ngl 999 -c 32768 --host 0.0.0.0 --port 8080

MTP note

MTP (Multi-Token Prediction) is a prediction head baked into the Qwen3.6 architecture (mtp_num_hidden_layers: 1) — not a separate model like dspark. llama.cpp reads it from the main GGUF with --spec-type draft-mtp --spec-draft-n-max 2 (1.5-2x decode), no separate draft model.

The -MTP.gguf files have the real MTP head transplanted (20 tensors, blk.40.) from mudler/Qwen3.6-35B-A3B-APEX-MTP-GGUF (the base Qwen3.6 MTP, binary-level transplant validated with sha256). The MTP head runs on the same backend as the main model (works on Vulkan, CUDA, ROCm).

The older BigBang-Aquila-35B-MTP-draft.gguf is a generic embedding+output-head draft (workaround from the --no-nextn conversion) — use the *-MTP.gguf files instead.

Evaluation (agentic eval, 9 hard cases)

| Domain | Result |

|---|---|

| BigBang (math/code) | 3/3 PASS |

| Aquila (web agency) | 1/3 PASS |

| Intersection (web+python+reasoning) | 2/3 PASS |

| Total | 6/9 PASS |

Notes

  • Architecture qwen3_5_moe (hybrid MoE: Gated DeltaNet + Gated Attention, 256 experts, 8 active).
  • Native context 262,144 tokens.
  • For Vulkan/AMD: use K-quants or APEX (ROCmFP4/FPx require RDNA4+).

Run osk-arr00/BigBang-Aquila-35B-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models