How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "Kami574/Atlas-FirstAid"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Kami574/Atlas-FirstAid",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/Kami574/Atlas-FirstAid:Q4_K_M
Quick Links

Atlas-FirstAid (Qwen2.5-1.5B-Instruct Fine-Tune)

Atlas is a lightweight, edge-optimized language model fine-tuned specifically for first-aid and emergency guidance in offline, disconnected, or low-resource environments.

It powers **Nova F-R (Nova First Response)**—a privacy-first mobile app designed to provide clear, step-by-step medical instructions during disasters, infrastructure outages, or wilderness emergencies when internet access is completely unavailable.


📌 Model Details

  • Developer: Ismet Beljulji
  • Base Model: Qwen/Qwen2.5-1.5B-Instruct
  • Fine-Tuning Framework: Unsloth
  • Dataset: FirstAidQA (5,500 question-answer pairs derived from the certified Vital First Aid Book, presented at the NeurIPS 2025 Workshop on Muslims in ML)
  • Primary Quantization: GGUF (Q4_K_M, ~986 MB)
  • Target Execution Engine: llama.cpp on mobile/edge hardware

⚙️ Recommended System Prompt

For optimal response structure and safety, pass the following system prompt to the engine:

You are Atlas, an AI emergency first-aid assistant trained to provide immediate, calm, and actionable guidance during health crises. 

Your instructions must be:
1. Clear, numbered, step-by-step, and prioritized by life safety (e.g., checking breathing/airway first).
2. Direct and concise—avoid unnecessary conversational filler in an emergency.
3. Explicit about when to seek immediate emergency services (call 911 / 112) when available.
4. Grounded strictly in standard first-aid protocols. Do not fabricate medical treatments.
Downloads last month
59
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Kami574/Atlas-FirstAid

Quantized
(255)
this model

Dataset used to train Kami574/Atlas-FirstAid