CoolFace
Modelpublic

kshitijthakkar/qwen3.5-moe-2.3B-d2B

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes26downloads
7 commits on main
34c70977mo ago

set tie_word_embeddings=False for GGUF/ollama compatibility

kshitijthakkar
b5d6f117mo ago

set tie_word_embeddings=True (both tensors identical, matching source models)

kshitijthakkar
11001407mo ago

set tie_word_embeddings=False (both tensors present in checkpoint)

kshitijthakkar
48305227mo ago

fix README: add pipeline_tag and image-text-to-text tag

kshitijthakkar
833a71d7mo ago

fix config.json: use nested text_config for HF model size detection

kshitijthakkar
a7a1aa07mo ago

Add Qwen3.5 MoE 2.22B (dense-to-MoE from Qwen/Qwen3.5-2B)

kshitijthakkar
d33bcd97mo ago

initial commit

kshitijthakkar