How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B:F16
# Run inference directly in the terminal:
llama cli -hf Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B:F16
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B:F16
# Run inference directly in the terminal:
llama cli -hf Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B: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 Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B:F16
# Run inference directly in the terminal:
./llama-cli -hf Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B: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 Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B:F16
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B:F16
Use Docker
docker model run hf.co/Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B:F16
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
59
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