Built by 0labs — Atharvsinh Jadav, Gujarat, India Full adaptive-depth architecture. Fits on consumer GPUs.
What is This Model?
Sky v2.0-11B-INT4 is the complete 11.2 billion parameter CREST model with all K=4 adaptive-depth steps preserved. The weights are stored in BFloat16 on disk and can be loaded with 4-bit quantization at inference time, reducing VRAM usage from ~22GB to ~6GB.
This gives you the full power of CREST — all 4 computational steps, all halting gates, complete adaptive-depth behavior — on hardware as modest as an NVIDIA RTX 3060.
How CREST Works
Standard transformers give every token the same amount of computation. CREST changes this by replacing each FFN with 4 independent MLPs and a learned halting gate:
1@article{jadav2026crest,
2 title={CREST: Cognitively Recurrent Estimation of Step Termination for Adaptive-Depth Language Modeling},
3 author={Jadav, Atharvsinh},
4 year={2026},
5 url={https://huggingface.co/0labs-in/Sky-v2.0-11B}
6}
About 0labs
0labs is an independent AI research lab founded by Atharvsinh Jadav in Gujarat, India. We build adaptive-depth LLMs that think harder on hard problems — trained on a single GPU.