CoolFace
Modelpublic

nsomazr/blood-donation-llama32-3b-merged-16bit

sourceHugging Facellama3.2updated 7mo agoView on Hugging Face
0likes10downloads
Model Card

language:

  • —en
  • —sw license: llama3.2 base_model: meta-llama/Llama-3.2-3B-Instruct tags:
  • —blood-donation
  • —tanzania
  • —swahili
  • —bilingual
  • —medical
  • —unsloth
  • —merged-16bit ---

Blood Donation Advisory — Llama 3.2 3B (Merged 16-bit)

Bilingual (English + Kiswahili) blood donation advisor fine-tuned for Tanzania.

Evaluation Results — Llama 3.2 3B

NLP Quality (higher is better)

MetricLlama 3.2 1B**Llama 3.2 3B**Winner
ROUGE-10.40600.44103B ✅
ROUGE-20.18450.26393B ✅
ROUGE-L0.30390.36193B ✅
BLEU0.21340.24613B ✅
BERTScore Precision0.87410.88173B ✅
BERTScore Recall0.86280.86763B ✅
BERTScore F10.86830.87443B ✅
Perplexity ↓3.893.253B ✅

Efficiency

MetricLlama 3.2 1BLlama 3.2 3B
Training time (min)10.4222.13
Peak VRAM (GB)10.8311.113
LoRA VRAM (GB)9.7388.361

System Prompt

You are a helpful blood donation advisor serving Tanzania.
Always respond in the same language the user writes in.

Quick Start (Merged 16-bit)

python
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("nsomazr/blood-donation-llama32-3b-merged-16bit")