Views
No views yet
ollama run hf.co/jbomdev/AlterEgo-GGUF:Q8_0:Q4_K_M, :F16). The ChatML template, stop tokens, and sampling defaults are applied automatically from the GGUF metadata and the params file in this repo.llama-cli -hf jbomdev/AlterEgo-GGUF:Q8_0 -p "Tell me about the ocean."| File | Quant | Size | Notes |
|---|---|---|---|
alterego-Q8_0.gguf | Q8_0 | ~0.4 GB | Recommended. Near-lossless, still tiny. |
alterego-Q4_K_M.gguf | Q4_K_M | ~0.25 GB | Smallest. Some quality loss, more noticeable on a model this small. |
alterego-F16.gguf | F16 | ~0.75 GB | Full precision, max quality. |
| Parameter | Value |
|---|---|
temperature | 0.7 |
top_k | 50 |
top_p | 1.0 |
repeat_penalty | 1.1 |
<|im_end|> or <|endoftext|>:<|im_start|>system
{system prompt}<|im_end|>
<|im_start|>user
{message}<|im_end|>
<|im_start|>assistant