Views
No views yet
| File | Format |
|---|---|
zen-embedding-0.6B-Q8_0.gguf | GGUF Q8_0 |
1from llama_cpp import Llama
2
3llm = Llama.from_pretrained(
4 repo_id="zenlm/zen-embedding-0.6B-GGUF",
5 filename="*Q8_0.gguf",
6 embedding=True,
7)
8print(llm.create_embedding("Hello!"))apache-2.0. Upstream: Qwen/Qwen3-Embedding-0.6B by Alibaba Qwen. This repository redistributes a quantized derivative under the same license.