GGUF
Turkish
qwen3
llama.cpp
unsloth
fine-tune
Qwen3
conversational
How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama-server -hf Ali-Yaser/Qwen-turkis:F16
Configure the model in Pi
# Install Pi:
npm install -g @mariozechner/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "Ali-Yaser/Qwen-turkis:F16"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
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
20
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
(253)
this model

Dataset used to train Ali-Yaser/Qwen-turkis