@no_stp_on_snek: fine-tuning field notes how a model is built decides what you're even allowed to change. some models you can adjust fre…

X AI KOLs Following News

Summary

A thread sharing field notes on fine-tuning, explaining how model architecture (e.g., heavily-quantized or mixture-of-experts) restricts which parts can be adjusted, urging practitioners to check model accessibility before planning work.

fine-tuning field notes how a model is built decides what you're even allowed to change. some models you can adjust freely. others are so packed and compressed that most of the model is locked off-limits, so you can only touch a small accessible part and leave the rest frozen (heavily-quantized and mixture-of-experts models, mostly). same goal, but how far you can reach in depends entirely on the design. check what you can touch before you plan the work.
Original Article
View Cached Full Text

Cached at: 07/04/26, 08:44 AM

fine-tuning field notes

how a model is built decides what you’re even allowed to change. some models you can adjust freely. others are so packed and compressed that most of the model is locked off-limits, so you can only touch a small accessible part and leave the rest frozen (heavily-quantized and mixture-of-experts models, mostly). same goal, but how far you can reach in depends entirely on the design. check what you can touch before you plan the work.

I plan to eventually

So, i wanted to test TwoTowers from Nvidia but it was a bit big. So i quantized it. but the speed is very slow. looks like vllm and llamacpp are still working on supporting block-diffusion.

So the hobbit is here… for whenever twotowers is supported in these inference engines.

https://huggingface.co/thetom-ai/Nemotron-TheHobbit-30B-A3B…

Similar Articles