Views
No views yet
gpt2 arch (34M params), for on-device inference with
llama.cpp and the NanoBeard mobile app.
Val loss ≈ 3.011.| file | quant | size | use |
|---|---|---|---|
galleon-34M.Q4_K_M.gguf | Q4_K_M | 23.6 MB | default — phones |
galleon-34M.Q8_0.gguf | Q8_0 | 35.8 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 galleon-34M.Q4_K_M.gguf \
2 -p $'User: Tell me about the sea.\nPirate:' -n 80 --temp 0.8 --top-k 40