YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

TGPT-XL-Persona

Full-parameter, KL-anchored persona SFT of TGPT-XL (84.067M).
Runs on-device at ~56โ€“63 tok/s on a Pixel 6a (F16 GGUF).

  • Developer: SmallAICreator (Kaden)
  • Base model: TGPT-XL (85M param, trained from scratch on FineWeb-Edu + SmolTalk, ~8B tokens, ChatML, 1024 ctx)
  • Format: ChatML
  • Context length: 1024
  • File: tinygpt-persona-sft-f16.gguf (~170MB, F16)
  • License: (fill in โ€” e.g. Apache-2.0 / MIT)

What this is

A persona/identity fine-tune of TGPT-XL that gives the model a stable self-identity (name: TinyGPT, maker: UltraLabs) without breaking base knowledge, code behavior, or instruction-following.

The interesting part isn't the persona โ€” it's the training method. This was a full-parameter fine-tune (all 84.067M weights unfrozen) with a KL-divergence anchor to a frozen copy of the base weights, which is what prevents catastrophic forgetting. A LoRA attempt (v1) failed; the full-FT + KL-anchor approach (v2) drifted ~150ร— less.


Training recipe

Setting Value
Method Full-parameter SFT (all weights unfrozen)
Trainable params 84.067M (deduped for tied embedding)
Init from sft_4000.pt
Learning rate 2e-5, OneCycle
Steps 300
Hardware / time CPU, ~50 min
Export .pt โ†’ HF LlamaForCausalLM โ†’ convert_hf_to_gguf.py โ†’ F16 GGUF

Loss:

Downloads last month
13
GGUF
Model size
84.1M params
Architecture
llama
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support