Instructions to use SmallAICreator/TinyGPT-Enhanced with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use SmallAICreator/TinyGPT-Enhanced with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf SmallAICreator/TinyGPT-Enhanced:F16 # Run inference directly in the terminal: llama cli -hf SmallAICreator/TinyGPT-Enhanced:F16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf SmallAICreator/TinyGPT-Enhanced:F16 # Run inference directly in the terminal: llama cli -hf SmallAICreator/TinyGPT-Enhanced:F16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf SmallAICreator/TinyGPT-Enhanced:F16 # Run inference directly in the terminal: ./llama-cli -hf SmallAICreator/TinyGPT-Enhanced:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf SmallAICreator/TinyGPT-Enhanced:F16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf SmallAICreator/TinyGPT-Enhanced:F16
Use Docker
docker model run hf.co/SmallAICreator/TinyGPT-Enhanced:F16
- LM Studio
- Jan
- Ollama
How to use SmallAICreator/TinyGPT-Enhanced with Ollama:
ollama run hf.co/SmallAICreator/TinyGPT-Enhanced:F16
- Unsloth Studio
How to use SmallAICreator/TinyGPT-Enhanced with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for SmallAICreator/TinyGPT-Enhanced to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for SmallAICreator/TinyGPT-Enhanced to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for SmallAICreator/TinyGPT-Enhanced to start chatting
- Docker Model Runner
How to use SmallAICreator/TinyGPT-Enhanced with Docker Model Runner:
docker model run hf.co/SmallAICreator/TinyGPT-Enhanced:F16
- Lemonade
How to use SmallAICreator/TinyGPT-Enhanced with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull SmallAICreator/TinyGPT-Enhanced:F16
Run and chat with the model
lemonade run user.TinyGPT-Enhanced-F16
List all available models
lemonade list
- Atomic Chat
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
16-bit