8 Downloads Updated 1 week ago
Thinking Human-like Artificial Understanding
THAU is a fine-tuned AI assistant specialized in cognitive reasoning, code generation, and multi-step problem solving.
# Pull the model
ollama pull luepow/thau-7b
# Run interactive chat
ollama run luepow/thau-7b
| Model | Size | RAM | Use Case |
|---|---|---|---|
luepow/thau-7b |
15 GB | 16GB+ | Best quality, complex tasks |
luepow/thau |
637 MB | 4GB+ | Fast, lightweight |
Native JSON tool invocation:
<tool_call>{"name": "execute_python", "arguments": {"code": "print(2+2)"}}</tool_call>
Code Generation:
Create a FastAPI endpoint for user authentication with JWT tokens
Reasoning:
Explain step by step how to implement a binary search tree in Python
Accounting:
Record a journal entry for a $10,000 equipment purchase paid with cash
SVG Generation:
Create an animated loading spinner SVG
| Parameter | Default | Description |
|---|---|---|
| temperature | 0.7 | Creativity level |
| top_p | 0.9 | Nucleus sampling |
| num_ctx | 4096 | Context window |
ollama run luepow/thau-7b "Your question" --system "You are a Python expert"
curl http://localhost:11434/api/generate -d '{
"model": "luepow/thau-7b",
"prompt": "Explain recursion",
"stream": false
}'
Apache 2.0
THAU - Built with curiosity, love, and collaboration