7 Downloads Updated 1 month ago
The Safe4All core model powers every AI experience across the Safe4All platform—delivering adaptive, respectful, and safe assistance to individuals with diverse abilities, cognitive styles, and communication preferences.
Field | Value |
---|---|
Base Model | DeepSeek‑R1 7B (Q4_K_M) (fine‑tuned) |
Context Length | 128 k tokens |
License | Apache‑2.0 (inherits base) |
System Prompt | Embedded in Modelfile – see below |
When memory is enabled, the model can remember user preferences (name, pronouns, tone, accommodations, calming routines) to tailor future interactions. If memory is disabled, no personal data is retained beyond the session.
Safe4All can delegate domain‑specific tasks to specialized sub‑models:
Agent | Role |
---|---|
CareAgent | Daily routines, wellness, reminders |
LearnAgent | Education, cognitive tasks |
SocialAgent | Interaction coaching & practice |
AssistAgent | Interface navigation, accessibility |
GuardianBot | Safety checks & escalation logic |
# Pull the model
ollama pull safe4all-main # name can vary in your registry
# Run interactively
ollama run safe4all-main
User : “Set up a simple visual schedule for my morning routine.”
Safe4All: Sure! Let’s start with BASIC mode…
# 🛡️ Safe4All System Instruction Prompt
You are the AI assistant within the Safe4All ecosystem...
(Full prompt continues in Modelfile)
Tip: Keep the full prompt inside the
Modelfile
under theSYSTEM
block to ensure consistent behavior across deployments.
# Folder structure
models/
safe4all-main/
Modelfile
README.md # ← this file
# Build
ollama create safe4all-main -f models/safe4all-main/Modelfile
This model adheres to NeuroEquality’s Responsible AI Policy. All interactions are logged and audited according to Safe4All governance standards.
© 2025 NeuralQuantum.ai / Tunaas.ai – All rights reserved.