Emergency_informed_Qwen is a fine-tuned LoRA adapter based on
Qwen/Qwen2.5-0.5B-Instruct[cite: 2]. It is specifically trained as the
Emergency Understanding Agent for the
ResQAI Emergency Response System[cite: 2, 3].
This model can be seamlessly integrated into the development of modern emergency response systems to extract structured key features from raw distress inputs[cite: 2, 3]. These extracted features can then be mapped directly with real-time tools—such as geocoding APIs, routing engines, and dispatch databases—to form a complete, end-to-end intelligent emergency agent.
This model acts as an emergency feature extraction engine[cite: 2, 3]. Given an unstructured report (voice transcripts, text messages, citizen distress calls), it extracts[cite: 2, 3]:
1{
2 "citizen_advice": ["Call emergency services immediately", "Stay clear of smoke"],
3 "emergency_type": "Fire",
4 "medical_speciality": "Emergency Medicine",
5 "services_required": ["Emergency Medical Services (EMS)", "Firefighting"],
6 "severity": "High"
7}