Views
No views yet
requestDevice shim is needed (unlike the 8B build)tie_word_embeddings=false
but ships no lm_head.weight), the 0.6B is genuinely tied — the tie patch is a
no-op here.| File | Purpose |
|---|---|
mlc-chat-config.json | model config (ctx 2048, chunk 2048, max_batch 2) |
tensor-cache.json | weight manifest |
params_shard_0.bin … params_shard_8.bin | quantized weights (~335 MB) |
tokenizer.json, tokenizer_config.json, vocab.json, merges.txt | Qwen3 tokenizer |
qwen3-embedding-0.6b-q4f16_1-ctx2048_batch2-webgpu.wasm | the model library (wasm) |
1const record = {
2 model: 'https://huggingface.co/skkut/qwen3-embedding-0.6b-q4f16_1-MLC/resolve/main/',
3 model_id: 'Qwen3-Embedding-0.6B-q4f16_1-MLC',
4 model_lib: 'https://huggingface.co/skkut/qwen3-embedding-0.6b-q4f16_1-MLC/resolve/main/qwen3-embedding-0.6b-q4f16_1-ctx2048_batch2-webgpu.wasm',
5 model_type: 1, // EmbeddingModelType
6 vram_required_MB: 1500,
7};Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery: …).
On the 0.6B the prefix's absolute cosine gain is smaller than on the 4B/8B
(typical family guidance: 1–5%) — smoke-verified retrieval ranking stays correct
across a mixed EN/ZH probe set either way.