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 NisalDeZoysa/Qwen-4B-FirstAid-LLM: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 "NisalDeZoysa/Qwen-4B-FirstAid-LLM: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

Uploaded model

  • Developed by: Team DataMavericks from Faculty of Engineering, University of Ruhuna
  • License: apache-2.0
  • Finetuned from model : unsloth/Qwen3-4B-unsloth-bnb-4bit

🩺 FirstAidLLM – Fine-tuned Qwen 4B for First Aid Instructions

📌 Overview

FirstAidLLM is a domain-specialized large language model fine-tuned on the First Aid Instructions Dataset using Qwen 4B as the base model. The goal is to accurately answer medical first aid-related questions in a concise, safe, and reliable way.

🚑 Whether it’s choking, burns, or CPR instructions, FirstAidLLM provides fast and accurate guidance.

✨ Features

✅ Fine-tuned Qwen3-4B using LoRA + 4-bit quantization ✅ Specialized in first aid instructions ✅ Optimized for low GPU memory usage ✅ Compatible with Hugging Face Transformers & TRL SFTTrainer ✅ Easy to deploy on AWS, SageMaker, or local environment

🗂 Dataset

We used the FirstAidInstructionsDataset from Hugging Face.

Field Description question User's first aid-related question answer Accurate instructions to handle the situation category Type of emergency (e.g., choking, CPR) âš¡ Model Architecture Component Details Base Model Qwen3-4B (UnsLoTH) Fine-tuning LoRA (PEFT) Quantization 4-bit (bnb-4bit) Trainer TRL SFTTrainer Framework PyTorch + Transformers

Downloads last month
58
GGUF
Model size
4B params
Architecture
qwen3
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 NisalDeZoysa/Qwen-4B-FirstAid-LLM

Finetuned
Qwen/Qwen3-4B
Quantized
(36)
this model

Dataset used to train NisalDeZoysa/Qwen-4B-FirstAid-LLM