A Taiwan-localized reasoning AI optimized for Traditional Chinese.
667

š Websiteā | š® Discordā | šŗ GitHubā | š¤ Hugging Faceā | š LinkedInā
This model is a GGUF-packaged Llama-3.2-3B F1 Reasoning Instruct model, fine-tuned with data emphasizing reasoning ability and instruction-following behavior, and published using Docker Model Runner.
The model is distributed as a Docker model image and can be pulled and executed directly via Docker, without manually managing GGUF files, runtimes, or llama.cpp builds.
Verify that Model Runner is running:
docker model status
Download the model from Docker Hub:
docker model pull aitwinkle/llama-3.2-3b-f1-reasoning-instruct-gguf:latest
Verify that the model is available locally:
docker model list
Run the model with a single prompt:
docker model run aitwinkle/llama-3.2-3b-f1-reasoning-instruct-gguf:latest \
"Explain step by step why reasoning-tuned models are useful."
The model will generate a response directly in your terminal.
Start an interactive session:
docker model run -i aitwinkle/llama-3.2-3b-f1-reasoning-instruct-gguf:latest
Then enter prompts interactively:
> Solve the following logic problem and explain your reasoning.
Exit the session with Ctrl+D.
Content type
Model
Digest
sha256:dfbb05926ā¦
Size
2.1 GB
Last updated
5 months ago
docker model pull aitwinkle/llama-3.2-3b-f1-reasoning-instruct-gguf