Gemma-3-4B-T1-it is a Taiwan-localized AI optimized for Traditional Chinese.
578

š Websiteā | š® Discordā | šŗ GitHubā | š¤ Hugging Faceā | š Linkedinā
This model is a GGUF-packaged Gemma 3 4B instruction-tuned model, further fine-tuned with data reflecting Taiwanese social and cultural context, published using Docker Model Runner.
It can be pulled and executed directly via Docker without manually managing model files or runtimes.
Verify Model Runner is running:
docker model status
Download the model from Docker Hub:
docker model pull aitwinkle/gemma-3-4b-t1-it-gguf:latest
Verify the model is available locally:
docker model list
Run the model with a single prompt:
docker model run aitwinkle/gemma-3-4b-t1-it-gguf:latest "Hello! Please introduce yourself."
The model will generate a response directly in your terminal.
Start an interactive session:
docker model run -i aitwinkle/gemma-3-4b-t1-it-gguf:latest
Then enter prompts interactively:
> Summarize the purpose of instruction-tuned language models.
Exit the session with Ctrl+D.
Content type
Model
Digest
sha256:83ad2ba76ā¦
Size
64 MB
Last updated
5 months ago
docker model pull aitwinkle/gemma-3-4b-t1-it-gguf