Downloads · 30 days
0
Devrcb/Emergency_informed_Qwen
Emergency_informed_Qwen is a text generation model from Devrcb. Use it when you need the model to write or continue text. It is set up for peft. The card lists the license as apache-2.0.
EmergencyinformedQwen 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].
Downloads · 30 days
0
Access
Public
Updated Jul 23, 2026
Repo size
46.7 MB
Likes
0
Public
Click a slice to open those files.
.safetensors35.2 MB · 52%
From the Hugging Face model README
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.
Qwen/Qwen2.5-0.5B-Instructtrl (SFTTrainer) & peftThis 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]:
The model strictly outputs only valid JSON adhering to the following schema:
{
"citizen_advice": ["Call emergency services immediately", "Stay clear of smoke"],
"emergency_type": "Fire",
"medical_speciality": "Emergency Medicine",
"services_required": ["Emergency Medical Services (EMS)", "Firefighting"],
"severity": "High"
}