GGUF
English
llama.cpp
unsloth
qwen3_5
conversational
armand0e's picture
Update README.md
7ff17c6 verified
|
Raw
History Blame Contribute Delete
2.45 kB
metadata
base_model: TeichAI/Qwen3.6-27B-Fable-5-Experimental
tags:
  - gguf
  - llama.cpp
  - unsloth
  - qwen3_5
license: apache-2.0
language:
  - en
datasets:
  - armand0e/claude-fable-5-claude-code

Qwen 3.6 27B - Claude Fable 5 (Experimental)

Update · 6/22/2026
GGUFs re-done with MTP built in.
llama.cpp MTP args: --spec-type draft-mtp --spec-draft-n-max 3

Heres Qwen3.6 slightly over-trained on a very small dataset of fable 5 traces.

Had to use aggressive settings for the style transfer here due to the data contraints. Overall the model seems to be a better planner now and better at 3D modeling in three.js, making small games, and ML engineering.

Either way give it a shot, it really does look, talk, and plan like fable... but like all fine-tunes it comes with it's limitations.

Hopefully we can get some more well rounded data from the rest of the community to a do a much less aggressive tune on a larger dataset.

Reasoning was left untouched

Benchmarks

Benchmark Comparison

As always big thanks to @nightmedia for the speedy benchmarks.

                                 arc     arc/e	boolq
Qwen3.6-27B-Fable-5-Experimental 0.650	0.813	0.909
                     Qwen3.6-27B	0.637	0.798	0.911

Not really a benchmark but here's a procedurally generated duck that it zero-shotted lol (quant: q3_k_s)

image


The data for this model was easily extracted, formatted, and masked for training with Teich

This model was trained 2x faster with Unsloth and Huggingface's TRL library.