GGUF
Turkish
qwen3
llama.cpp
unsloth
fine-tune
Qwen3
conversational
How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Ali-Yaser/Qwen-turkis:F16
# Run inference directly in the terminal:
llama-cli -hf Ali-Yaser/Qwen-turkis:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Ali-Yaser/Qwen-turkis:F16
# Run inference directly in the terminal:
llama-cli -hf Ali-Yaser/Qwen-turkis:F16
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Ali-Yaser/Qwen-turkis:F16
# Run inference directly in the terminal:
./llama-cli -hf Ali-Yaser/Qwen-turkis:F16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Ali-Yaser/Qwen-turkis:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Ali-Yaser/Qwen-turkis:F16
Use Docker
docker model run hf.co/Ali-Yaser/Qwen-turkis:F16
Quick Links

Qwen-turkish - GGUF

This model was finetuned and converted to GGUF format using Unsloth.

Example usage:

  • For text only LLMs: llama-cli --hf repo_id/model_name -p "why is the sky blue?"
  • For multimodal models: llama-mtmd-cli -m model_name.gguf --mmproj mmproj_file.gguf

Available Model files:

  • qwen3-4b-instruct-2507.F16.gguf

Ollama

An Ollama Modelfile is included for easy deployment.

İnfo

This model is a fine-tuned version for Turkish and is currently at version v0.1. The datasets used are publicly available.

License Apache license 2.0

Downloads last month
21
GGUF
Model size
4B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Ali-Yaser/Qwen-turkis

Quantized
(254)
this model

Dataset used to train Ali-Yaser/Qwen-turkis