Views
No views yet
tie_word_embeddings=false but ships no
lm_head.weight — the build ties the head to the embedding table (unused for
embeddings anyway).| 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_109.bin | quantized weights (~4.0 GB) |
tokenizer.json, tokenizer_config.json, vocab.json, merges.txt | Qwen3 tokenizer |
qwen3-embedding-8b-q4f16_1-ctx2048_batch2-webgpu.wasm | the model library (wasm) |
1const record = {
2 model: 'https://huggingface.co/skkut/qwen3-embedding-8b-q4f16_1-MLC/resolve/main/',
3 model_id: 'Qwen3-Embedding-8B-q4f16_1-MLC',
4 model_lib: 'https://huggingface.co/skkut/qwen3-embedding-8b-q4f16_1-MLC/resolve/main/qwen3-embedding-8b-q4f16_1-ctx2048_batch2-webgpu.wasm',
5 model_type: 1, // EmbeddingModelType
6 vram_required_MB: 6900,
7};Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery: …).