How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "zero9tech/Qwen3-4B-Data-Science-Insight-TR-16.2K" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "zero9tech/Qwen3-4B-Data-Science-Insight-TR-16.2K",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "zero9tech/Qwen3-4B-Data-Science-Insight-TR-16.2K" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "zero9tech/Qwen3-4B-Data-Science-Insight-TR-16.2K",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

Qwen3-4B-Data-Science-Insight-16.5K-TR

Bu model, veri madenciliği ve applied data science karar desteği için geliştirilmiştir.

Eğitim Kurgusu

  1. Türkçe düşünme adaptasyonu (Continued PreTraining, CPT): wikimedia/wikipedia ile yaklaşık %80 ön eğitim/adaptasyon (427,990 kayıt).
  2. Alan uzmanlığı SFT: zero9tech/veri-bilimci-insight-diyalog-tr-16.2k.

Veri Seti Test Özeti (zero9tech/veri-bilimci-insight-diyalog-tr-16.2k)

  • Toplam kayıt: 16,180
  • Split: train: 13,763 · validation: 814 · test: 1,603
  • assistant_first_unique_ratio: 0.6295
  • assistant_final_unique_ratio: 1.0000

Kullanım Notu

Model karar odaklı yanıt üretimi için optimize edilmiştir (yöntem seçimi, alternatif kıyas, risk sinyali, doğrulama adımı).

Copyright

Copyright (c) Zero9 Tech

License

Apache-2.0

Downloads last month
7
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
Input a message to start chatting with zero9tech/Qwen3-4B-Data-Science-Insight-TR-16.2K.

Datasets used to train zero9tech/Qwen3-4B-Data-Science-Insight-TR-16.2K