nsomazr/blood-donation-llama32-3b-merged-16bit
010
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)
Efficiency
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)
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("nsomazr/blood-donation-llama32-3b-merged-16bit")