Views
No views yet
ollama run hf.co/TheREZOR/TinyTalk-2-GGUFllama-cli -m TinyTalk-2-f16.gguf -p "User: what sound does a dog make?\nBot:" \
--temp 0.8 --top-p 0.9 -n 40 -r "<|endoftext|>"| File | Bytes/weight | Size | Note |
|---|---|---|---|
TinyTalk-2-f16.gguf | f16 | 39 MB | recommended — tiny models lose quality fast below f16 |
TinyTalk-2-Q8_0.gguf | q8_0 | 21 MB | fine in practice |
tools/export_gpt2.py.User: <message>
Bot: <reply><|endoftext|>Summary: <what the story is about>\nStory:
The chat template is embedded in the GGUF metadata; <|endoftext|> is the
stop token. Context length: 256.