How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B: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": "Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B:F16"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
Quick Links

DigitalAhmed-V3 (Qwen2.5-0.5B)

"أحمد الرقمي" - نسخة رقمية من شخصية أحمد حسين.

Model Variants

File Quantization Size
ahmed_digital_f16.gguf F16 ~1GB
ahmed_digital_q8_0.gguf Q8_0 ~0.5GB

Usage

./llama-cli -m ahmed_digital_q8_0.gguf -p 'أحمد الرقمي هو' -n 100

Training

  • Base Model: Qwen2.5-0.5B-Instruct
  • Method: LoRA Fine-tuning via Unsloth
  • Dataset: Custom Egyptian Arabic instruct

Built with love by Ahmed Hussein.

Downloads last month
342
Safetensors
Model size
0.5B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B

Quantizations
2 models