How to use from
OpenClaw
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf Kami574/Atlas-FirstAid:Q4_K_M
Configure OpenClaw
# Install OpenClaw:
npm install -g openclaw@latest
# Register the local server and set it as the default model:
openclaw onboard --non-interactive --mode local \
  --auth-choice custom-api-key \
  --custom-base-url http://127.0.0.1:8080/v1 \
  --custom-model-id "Kami574/Atlas-FirstAid:Q4_K_M" \
  --custom-provider-id llama-cpp \
  --custom-compatibility openai \
  --custom-text-input \
  --accept-risk \
  --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
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