How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Elhusseny/DigitalAhmed-V3-qwen2.5-0.5B",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

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