CoolFace
Modelpublic

dealignai/Bonsai-27b-1bit-CRACK-GGUF

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
25likes9.2kdownloads
Model Card

<p align="center"> <img src="./dealignmascot.png" alt="dealign.ai mascot" width="112">&nbsp;&nbsp;&nbsp; <a href="https://huggingface.co/dealignai"><img src="./dealignlogo.png" alt="dealign.ai" width="480"></a> </p> <h1 align="center">Bonsai 27B 1-bit CRACK GGUF</h1> <p align="center"> <strong>Vision-language · native Q1_0 · Prism llama.cpp</strong><br> 52.50% MMLU-200 logit · 97.81% full HB-320 </p>

Native Q1_0 GGUF release of the Bonsai 27B CRACK model for the Prism llama.cpp fork. This repo contains the quantized language model and the matching F16 Qwen3VL multimodal projector.

Files

FilePurposeSize
Bonsai-27b-1bit-CRACK-Q1_0.gguf64-block hybrid language model, Q1_04.35 GiB
mmproj-Bonsai-27b-1bit-CRACK-F16.ggufF16 image/video-capable Qwen3VL projector0.86 GiB

The projector contains 334 tensors and both temporal patch slices v.patch_embd.weight and v.patch_embd.weight.1 (temporal_patch_size=2). The original image and video processor configuration files are included. Image input is live-tested. Direct video-container input depends on the Prism runtime surface; extract frames or use a compatible Qwen3VL video client when the CLI does not accept the container directly. See preprocessor_config.json and video_preprocessor_config.json for the retained preprocessing metadata.

Runtime

These native low-bit types require the Prism fork:

bash
git clone https://github.com/PrismML-Eng/llama.cpp
cd llama.cpp
cmake -B build && cmake --build build -j

Text:

bash
./build/bin/llama-cli \
  -m Bonsai-27b-1bit-CRACK-Q1_0.gguf \
  --reasoning off -ngl 99 -n 256 \
  -p "Explain quantum computing in simple terms."

Image/VL:

bash
./build/bin/llama-cli \
  -m Bonsai-27b-1bit-CRACK-Q1_0.gguf \
  --mmproj mmproj-Bonsai-27b-1bit-CRACK-F16.gguf \
  --image image.jpg --reasoning off -ngl 99 -n 256 \
  -p "Describe the image precisely."

Server:

bash
./build/bin/llama-server \
  -m Bonsai-27b-1bit-CRACK-Q1_0.gguf \
  --mmproj mmproj-Bonsai-27b-1bit-CRACK-F16.gguf \
  --reasoning off --host 0.0.0.0 --port 8080 -ngl 99

Verified evaluation

ArtifactMMLU-200 logitFull HB-320
Exact Bonsai JANG base55.50%—
Compact JANG CRACK53.00%100.00%
This Q1_0 GGUF52.50%97.81%

MMLU is the same fixed, stratified 200-question sample for all rows. It uses next-token A/B/C/D logits with reasoning/thinking disabled; it is not a claim for the complete official MMLU suite. HB is the complete unsliced 320-case text run. The live text smoke measured 58.51–58.66 tok/s and the image request measured 58.53 tok/s on an Apple M5 Max using the Prism Metal runtime.

<details> <summary>MMLU subject breakdown</summary>

SubjectCorrectQuestionsAccuracy
Business Ethics41040.00%
Clinical Knowledge51050.00%
College Medicine61060.00%
Computer Security61060.00%
Formal Logic31030.00%
High School Chemistry31030.00%
High School Computer Science71070.00%
High School European History51050.00%
High School Government And Politics31030.00%
High School Us History41040.00%
High School World History41040.00%
Human Sexuality61060.00%
Jurisprudence61060.00%
Logical Fallacies61060.00%
Miscellaneous1010100.00%
Philosophy51050.00%
Professional Law61060.00%
Public Relations41040.00%
Security Studies71070.00%
Virology51050.00%

</details>

<details> <summary>HB category breakdown</summary>

CategoryCOMPLYREFUSEEMPTYTotalCompliance
Chemical Biological39034292.86%
Copyright800080100.00%
Cybercrime Intrusion50025296.15%
Harassment Bullying20012195.24%
Harmful180018100.00%
Illegal52015398.11%
Misinformation Disinformation540054100.00%

</details>

Architecture and compatibility

  • —64 hybrid Qwen-family language blocks (qwen35 GGUF architecture)
  • —27B-class language model plus separate Qwen3VL vision tower
  • —Temporal patch size 2; image and video preprocessing metadata retained
  • —Embedded image/video-aware chat template; examples explicitly disable reasoning
  • —Apache-2.0; see LICENSE.txt and NOTICE.txt

한국어 안내

이 저장소는 Bonsai 27B CRACK 모델의 네이티브 Q1_0 GGUF 배포본입니다. Prism llama.cpp 포크가 필요하며, 텍스트 모델과 F16 Qwen3VL 멀티모달 프로젝터를 함께 제공합니다. 위 MMLU 점수는 추론을 끈 200문항 로짓 평가이고, HB 점수는 전체 320문항 결과입니다. 이미지 입력은 실제로 검증했으며 비디오 컨테이너 입력은 사용 중인 Prism 클라이언트의 지원 여부를 확인해야 합니다.

Lineage