CoolFace
Modelpublic

kaptaan45/QaptaanLM-0.75B

sourceHugging Faceapache-2.0updated 27d agoView on Hugging Face
0likes1.8kdownloads
20 commits on main
d0055d627d ago

docs: update README with latest architectural specs, quantization tables, and generation configs

kaptaan45
561519327d ago

Update generation_config.json with optimal greedy decoding, repetition_penalty=1.10, and FIM EOS tokens

kaptaan45
9dbc3f227d ago

Update generation_config.json: Optimized greedy decoding with repetition_penalty=1.12 and multi-EOS token IDs for stable code completion

kaptaan45
7813aed27d ago

Fix EOS/PAD token IDs to 248044 (<|endoftext|>)

kaptaan45
c05568927d ago

Publish ultra-detailed comprehensive model card with full architecture and specifications

kaptaan45
5ed60c627d ago

Update Model Card with detailed technical specifications and professional formatting

kaptaan45
31fa65928d ago

Set verified optimal CPT code generation config (temp=0.45, top_p=0.90, rep_pen=1.10)

kaptaan45
240a9b828d ago

Set optimal base model code generation config (greedy, rep_pen=1.05)

kaptaan45
b38e98b1mo ago

Update model.safetensors: enforce tied embeddings (752M parameters)

kaptaan45
66eb58e1mo ago

Update README.md

kaptaan45
507ccec1mo ago

Update comprehensive model card for QaptaanLM-0.75B

kaptaan45
a5f65f31mo ago

Fix QaptaanCache standalone class & mask handling

kaptaan45
51a06cf1mo ago

Enable fast O(1) single-token recurrent caching (QaptaanCache)

kaptaan45
5a7bfbe1mo ago

Sync official Qwen3.5 merges.txt (12.8MB tokenizer)

kaptaan45
475c3e81mo ago

Sync official Qwen3.5 vocab.json (12.8MB tokenizer)

kaptaan45
6ba77861mo ago

Sync official Qwen3.5 tokenizer_config.json (12.8MB tokenizer)

kaptaan45
91ca17d1mo ago

Sync official Qwen3.5 tokenizer.json (12.8MB tokenizer)

kaptaan45
78dfa6c1mo ago

Upload model weights and configuration files

kaptaan45
ff52d4d1mo ago

Initial release: QaptaanLM-0.75B-Base (1B CPT on KapCode-1B)

kaptaan45
32e45f41mo ago

initial commit

kaptaan45