273 3 months ago

Chinda Opensource Thai LLM 4B is iApp Technology's cutting-edge Thai language model that brings advanced thinking capabilities to the Thai AI ecosystem. Built on the latest Qwen3-4B architecture, represents our commitment to developing Thai sovereign AI.

3 months ago

f66773e50693 · 2.5GB

qwen3
·
4.02B
·
Q4_K_M
คุณชื่อจินดา สร้างโดย บ. ไอแอพพ์เทคโ
{ "stop": [ "<|im_end|>" ], "temperature": 0, "top_k": 20, "top_p": 0.95
{{ if .System }}<|im_start|>system {{ .System }}<|im_end|> {{ end }}{{ if .Prompt }}<|im_start|>user

Readme

🇹🇭 Chinda Opensource Thai LLM 4B

Latest Model, Think in Thai, Answer in Thai, Built by Thai Startup

🚀 Quick Links

Installation:

# Install Ollama (if not already installed)
curl -fsSL https://ollama.com/install.sh | sh

# Pull Chinda LLM 4B model
ollama pull iapp/chinda-qwen3-4b

Basic Usage:

# Start chatting with Chinda LLM
ollama run iapp/chinda-qwen3-4b

# Example conversation
ollama run iapp/chinda-qwen3-4b "อธิบายเกี่ยวกับปัญญาประดิษฐ์ให้ฟังหน่อย"

API Server:

# Start Ollama API server
ollama serve

# Use with curl
curl http://localhost:11434/api/generate -d '{
  "model": "iapp/chinda-qwen3-4b",
  "prompt": "สวัสดีครับ",
  "stream": false
}'

Model Specifications:
- Size: 2.5GB (quantized)
- Context Window: 40K tokens
- Architecture: Optimized for local deployment
- Performance: Fast inference on consumer hardware

Built with 🇹🇭 by iApp Technology - Empowering Thai Businesses with Sovereign AI Excellence