This is part of a bard model I created with a first draft of an epic fantasy adventure novel I wrote called For The Small Shield, published in GitHub: https://github.com/wordsum/For_The_Small_Shield
The bard is a happy mess of a song that I will revisit in a few months, with all the lessons learned from creating this bard LLM. And I will likely add bonus QA Pairs for the history of Gods and Realms from Of The Small Shield: https://www.instagram.com/ofthesmallshield
Like the original For The Small Shield, Of The Small Shield are stories in dioramas created by me and words written by me, Kalab J. Oster, unlike the words that follow.
Llama-3-for-the-small-shield (v5)
Built with Meta Llama 3
GGUF build of Llama-3-for-the-small-shield (ftss) v5 — a character LoRA
fine-tune that role-plays Carlos, the Barded Dwarf, the greatest bard of
the fantasy universe Rise&Set. Packaged for local inference with
llama.cpp, Ollama, LM Studio, and compatible runtimes.
Model summary
Model name: Llama-3-for-the-small-shield-v5
Developed by: kalaboster (published under the wordsum organization)
Character: Carlos, the Barded Dwarf (universe: Rise&Set)
Model type: decoder-only causal LM (Llama-3 architecture, 8B)
A ready-made Modelfile (with Carlos's system prompt and sampling settings) is
included:
bash
1ollama create Llama-3-for-the-small-shield -f Modelfile
2ollama run Llama-3-for-the-small-shield
llama.cpp
bash
1huggingface-cli download wordsum/for-the-small-shield \2 Llama-3-for-the-small-shield-v5.Q4_K_M.gguf --local-dir .34./llama-cli -m Llama-3-for-the-small-shield-v5.Q4_K_M.gguf \5 -c 8192 --temp 0.2 --chat-template-file chat_template.jinja \6 -p "Carlos, tell me the tale of the Small Shield."
LM Studio / Jan
Search wordsum/for-the-small-shield, or load the downloaded .gguf.
You are Carlos, the Barded Dwarf... the greatest Bard that exists in the
fantasy universe of Rise&Set. (full text in the included Modelfile)
Suggested sampling: temperature 0.2, top_p 0.92, top_k 50, repeat_penalty 1.1.
Training
Base: NousResearch/Hermes-2-Pro-Llama-3-8B
Method: LoRA (r=32, α=64), ~375 steps, then adapter merged into the base
and quantized to Q4_K_M GGUF.
Data:for-the-small-shield-instruct
— 2,001 {system, input, output} records covering Carlos's voice and the
Rise&Set world (characters, places, items, lore).
Data provenance & attribution
The training data combines human-authored and AI-generated material:
Source text & system prompt — written by kalaboster. Records derive from
kalaboster's first-draft novel For The Small Shield
(https://github.com/wordsum/For_The_Small_Shield), and the character/system
prompt was authored by kalaboster.
input / output QA pairs — generated by Claude (Anthropic) from that
first-draft novel.
In short: kalaboster wrote the novel and the system prompt; Claude turned the
novel into the QA pairs.
Intended use & limitations
Creative role-play and flash-fiction storytelling in the Rise&Set universe. It
stays in character as Carlos and is not a general-purpose assistant; it will
frame answers as in-world stories and may invent lore. Not suitable for factual,
safety-critical, or real-world advice.
License
Built with Meta Llama 3.
This model is a derivative of Meta Llama 3, so the Meta Llama 3 Community
License governs its use, reproduction, distribution, and modification, and
applies to its outputs. A full copy of the agreement ships with this repository:
LICENSE — Meta Llama 3 Community License Agreement
Terms published by Nous Research for the
Hermes-2-Pro-Llama-3-8B
base model also apply. If you redistribute this model or a derivative of it,
carry these terms forward.
Citation
bibtex
1@misc{llama-3-for-the-small-shield-v5-2026,
2 title = {Llama-3-for-the-small-shield (v5): Carlos the Barded Dwarf},
3 author = {kalaboster},
4 year = {2026},
5 url = {https://huggingface.co/wordsum/for-the-small-shield}
6}
This model card was drafted by Claude (Anthropic) on 2026-08-04 and updated on
2026-08-13. The model weights, tokenizer, and training data are the author's own
work.