Views
No views yet
gpt2 arch (14M params), for on-device inference with
llama.cpp and the NanoBeard mobile app.
Val loss ≈ 4.282.| file | quant | size | use |
|---|---|---|---|
sloop-14M.Q4_K_M.gguf | Q4_K_M | 11.1 MB | default — phones |
sloop-14M.Q8_0.gguf | Q8_0 | 14.7 MB | quality fallback |
Q4_K_M is the default for phones (smallest + fastest). Q8_0 is a near-lossless
fallback when you have the storage and want max quality.User: <your message>
Pirate:<|endoftext|>
token. Example with llama.cpp:1llama-completion -m sloop-14M.Q4_K_M.gguf \
2 -p $'User: Tell me about the sea.\nPirate:' -n 80 --temp 0.8 --top-k 40