Views
No views yet
| File | Quant | Size | BPW | Description |
|---|---|---|---|---|
pantheon-ui-lfm25-emoji-merged-Q4_K_M.gguf | Q4_K_M | ~697 MB | 4.98 | Recommended — best balance of size and quality |
pantheon-ui-lfm25-emoji-merged-Q8_0.gguf | Q8_0 | ~1.2 GB | 8.50 | Near-lossless, best fidelity |
pantheon-ui-lfm25-emoji-merged.f16.gguf | F16 | ~2.2 GB | 16.00 | Full precision, for re-quantization |
Modelfile with thinking support is included in this repo. Download it alongside the GGUF, then:1ollama create pantheon-emoji -f Modelfile
2ollama run pantheon-emoji "your prompt"--think flag:ollama run pantheon-emoji --think "your prompt"llama-cli -m pantheon-ui-lfm25-emoji-merged-Q4_K_M.gguf -p "Hello" -cnvconvert_hf_to_gguf.py.