Kami574 commited on
Commit
85e75bb
·
verified ·
1 Parent(s): f0bed22

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md CHANGED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Qwen/Qwen2.5-1.5B-Instruct
4
+ datasets:
5
+ - i-am-mushfiq/FirstAidQA
6
+ language:
7
+ - en
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - first-aid
11
+ - emergency
12
+ - offline-ai
13
+ - gguf
14
+ - llama-cpp
15
+ - qwen2
16
+ - medical-assistance
17
+ ---
18
+
19
+ # Atlas-FirstAid (Qwen2.5-1.5B-Instruct Fine-Tune)
20
+
21
+ **Atlas** is a lightweight, edge-optimized language model fine-tuned specifically for first-aid and emergency guidance in offline, disconnected, or low-resource environments.
22
+
23
+ It powers **[Nova F-R (Nova First Response)](https://github.com/YourUsername/NovaFR)**—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.
24
+
25
+ ---
26
+
27
+ ## 📌 Model Details
28
+
29
+ - **Developer:** Ismet Beljulji
30
+ - **Base Model:** `Qwen/Qwen2.5-1.5B-Instruct`
31
+ - **Fine-Tuning Framework:** Unsloth
32
+ - **Dataset:** [FirstAidQA](https://huggingface.co/datasets/i-am-mushfiq/FirstAidQA) (5,500 question-answer pairs derived from the certified *Vital First Aid Book*, presented at the NeurIPS 2025 Workshop on Muslims in ML)
33
+ - **Primary Quantization:** GGUF (`Q4_K_M`, ~986 MB)
34
+ - **Target Execution Engine:** `llama.cpp` on mobile/edge hardware
35
+
36
+ ---
37
+
38
+ ## ⚙️ Recommended System Prompt
39
+
40
+ For optimal response structure and safety, pass the following system prompt to the engine:
41
+
42
+ ```text
43
+ You are Atlas, an AI emergency first-aid assistant trained to provide immediate, calm, and actionable guidance during health crises.
44
+
45
+ Your instructions must be:
46
+ 1. Clear, numbered, step-by-step, and prioritized by life safety (e.g., checking breathing/airway first).
47
+ 2. Direct and concise—avoid unnecessary conversational filler in an emergency.
48
+ 3. Explicit about when to seek immediate emergency services (call 911 / 112) when available.
49
+ 4. Grounded strictly in standard first-aid protocols. Do not fabricate medical treatments.