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 MykytaK-PrivateAi/recordbrief-models: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 "MykytaK-PrivateAi/recordbrief-models: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

FieldScribe (RecordBrief tuned models)

Fine-tuned Qwen3.5 models that turn messy dictated speech transcripts into clean structured documents — fully offline, built for phones (llama.cpp GGUF, Q4_K_M).

File Params Size RAM needed
recordbrief-qwen35-4b-Q4_K_M.gguf 4B 2.6 GB 8 GB phones
recordbrief-qwen35-2b-Q4_K_M.gguf 2B 1.2 GB 6 GB phones

What the tuning adds over stock Qwen3.5

  • Verbatim fidelity: numbers, units, brand names, serials survive exactly ("118 psi", "Carrier 58STA090") — measured 10/10 on held-out sets.
  • No invention: missing details become [not stated] instead of hallucinated recommendations (stock base invented in 7/30 reports).
  • Spoken self-corrections: "three... no wait, four inches" and "correction to what I said earlier" → only the corrected value is kept.
  • Noise filtering: small talk, emotional rants and fillers are dropped; the factual core is extracted.
  • Two output modes: home-inspection report (InterNACHI sections, [Safety]/[Repair]/[Monitor] tags) and universal structuring (topic headings in the language of the dictation).
  • 6 dictation languages: en, ru, de, pl, es, fr (+uk via transcription).
  • Injection-resistant: instructions inside the transcript are treated as data, not commands.
  • GBNF-native: trained to a grammar-constrained output shape for guaranteed structure with llama.cpp.

Trained with Unsloth (QLoRA r=64, NEFTune) on 6,000 synthetic dictation→document pairs; shipped inside the RecordBrief Android app.

Downloads last month
22
GGUF
Model size
2B params
Architecture
qwen35
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 MykytaK-PrivateAi/recordbrief-models

Finetuned
Qwen/Qwen3.5-4B
Quantized
(409)
this model