CoolFace
Modelpublic

kshitijthakkar/qwen3.5-moe-0.87B-d0.8B

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
1likes75downloads
12 commits on main
e5b5b3d7mo ago

set tie_word_embeddings=False for GGUF/ollama compatibility

kshitijthakkar
78e1f347mo ago

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

kshitijthakkar
cc41a5f7mo ago

set tie_word_embeddings=False (both tensors present in checkpoint)

kshitijthakkar
8e886807mo ago

re-upload weights as sharded safetensors for model size detection

kshitijthakkar
391972b7mo ago

remove single-file safetensors (will re-upload as sharded)

kshitijthakkar
cb8d5937mo ago

remove non-standard index for single-file safetensors

kshitijthakkar
55c63347mo ago

add safetensors index for model size detection

kshitijthakkar
32cffa77mo ago

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

kshitijthakkar
03df5f37mo ago

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

kshitijthakkar
78aeb417mo ago

Add Qwen3.5 MoE 0.85B (dense-to-MoE from Qwen/Qwen3.5-0.8B)

kshitijthakkar
73aac687mo ago

Add Qwen3.5 MoE 0.85B (dense-to-MoE from Qwen/Qwen3.5-0.8B)

kshitijthakkar
6388cb17mo ago

initial commit

kshitijthakkar