Tess in a merged model

#15
by nightmedia - opened

Thank you for a great model!

I am working on a complex model assembly, and included Tess in my last merge:

https://huggingface.co/nightmedia/Qwen3.6-27B-Architect-Polaris2-Fable-B-F451-Tess-1M-qx64-hi-mlx

Full metrics are on the model card: although not intended for coding and more for RP, this has shown to work really well even in 1M context, easily explained by Tess' long context training.

-G

Nice! Glad you're having fun with it :)

The 9B is also excellent, shows very high metrics by itself. I used it as a narrative device in a RP merge

migtissera/Tess-4-9B
          arc   arc/e boolq hswag obkqa piqa  wino
qx86-hi   0.611,0.809,0.897,0.751,0.446,0.789,0.726

Qwen3.5-9B-Holodeck-Tess-Bradbury-Orwell
qx86-hi   0.655,0.833,0.893,0.721,0.472,0.778,0.713

Qwen3.5-9B-Instruct
qx86-hi   0.553,0.712,0.892,0.689,0.436,0.765,0.691

https://huggingface.co/nightmedia/Qwen3.5-9B-Holodeck-Tess-Bradbury-Orwell-q8-hi-mlx

While I'm here, I have a question:

I've been trying to download the 35B model source, but I get stuck at the last safetensor, always exactly at this position: 5.21G/6.06G

Was this an incomplete upload, or is just HF being weird?

Oh wow, it improved Qwen3.5-9B-Instruct in all axes. Crazy! I didn't even benchmark it lol. I used the Qwen3.5-9B-Base and fine-tuned it with the Tess-4 dataset.

If you consider doing a granite-4.1-8B, I'll gladly merge it :)

That would be the western equivalent of the Qwen 9B, and I got some really good results on it. We need more people do do fun stuff with Granite, their infrastructure is easier to train than Qwen.

And yes, the dataset quality matters :)

Interesting! It's a model from IBM?

I nowadays use Tinker for fine-tuning, and this model is not supported in it. Do you guys use any of these models? https://tinker-docs.thinkingmachines.ai/tinker/models/

Yes, IBM released a series with 3B, 8B, 31B, and a 26B MoE. All great models, good RoPE handling and recall, fairly well trained. DavidAU had to add the HEAD to some of them because IBM forgot to put that in, and since it sort of works--they delivered it. People on HF added the missing parts. Great model.

Here is my latest on the 8B that has the same traces as the 9B

https://huggingface.co/nightmedia/granite-4.1-8B-Brainstone-PKD-TNG-Coder-Heretic-qx86-hi-mlx

quant    arc   arc/e boolq hswag obkqa piqa  wino
mxfp8    0.527,0.730,0.861,0.697,0.450,0.792,0.687
q8-hi    0.551,0.721,0.878,0.694,0.434,0.781,0.680
qx86-hi  0.555,0.720,0.877,0.695,0.442,0.781,0.684

granite-4.1-8b

quant    arc   arc/e boolq hswag obkqa piqa  wino
mxfp8    0.486,0.666,0.875,0.636,0.450,0.766,0.631

The important bit is to train on a Heretic base

treadon/granite-4.1-8b-Abliterated-AND-Disinhibited

quant    arc   arc/e boolq hswag obkqa piqa  wino
mxfp8    0.496,0.692,0.864,0.666,0.466,0.770,0.632
q8-hi    0.477,0.658,0.865,0.657,0.460,0.755,0.604

It unlocks a lot of good things. There is plenty of room at the top

Never used Tinker, first time I see it too :)

Sign up or log in to comment