NeuroBait:微调AI助手,为ADHD大脑点燃多巴胺火花
阅读原文· huggingface.co对ADHD群体来说,这是一次真正从需求出发的AI尝试。它不做计划列表,而是用一个温暖的动感火花打破僵局,让AI从理论走向陪伴。如果你或身边人容易'卡住',可以试试这个Space。
NeuroBait是基于Google gemma-3-12b-it微调的AI对话助手,旨在帮助ADHD患者克服“知道该做什么但无法开始”的执行功能障碍。采用16-bit LoRA(r=16, alpha=16)在Unsloth上训练3个epoch,学习率2e-4,最大序列长度2048,使用单张H100 80GB GPU。数据集为基于真实ADHD场景手工合成的少量数据。部署于Hugging Face Space(ZeroGPU),使用Gradio和标准transformers+peft,运行时以4-bit NF4加载基础模型并应用LoRA适配器。NeuroBait不生成待办清单,而是根据用户上下文给出3-6句温暖流畅的回复,引导用户找到一件微小可立即执行的动作,从而激发多巴胺、降低启动阻力。
NeuroBait: I fine-tuned a model to spark dopamine for ADHD brain
What is ADHD?
ADHD (Attention-Deficit/Hyperactivity Disorder) is a common neurodevelopmental that affects how the brain processes information, regulates attention, and controls impulses.
It started with my wife
My wife has ADHD. I've watched her stand in front of a pile of laundry, know exactly what to do, and still not be able to start. Frozen, not lazy. For an ADHD brain the problem was never knowing what to do. It's the gap between knowing and starting.
Most ADHD AI tools get this wrong. They focus on diagnosis and theory: quizzes, checklists, neat to-do lists. But a to-do list for someone in a freeze is just more to choose between, plus a faint voice saying "try harder." Correct, and completely useless.
So I tried something different. I took the theory (executive dysfunction, task-initiation paralysis, the interest-based nervous system, think DSM clinical framing meets The Queen of Distraction) and tested it against something the research rarely has: real observation and practice, on the person I live with. What actually unfreezes her? Not a plan. A spark.
What NeuroBait does
NeuroBait doesn't make to-do lists. It lights up dopamine to make starting feel possible.
When you're stuck, it reads your conversation for what matters, a real deadline, a person or thing you care about, and answers in 3 to 6 warm sentences that flow naturally (no clinical labels, no bullet walls): it gets why you're stuck, reconnects you to something you love, and hands you one tiny action you can do right now. "Pull one shirt off the top of the pile. Just one."
No guilt. No lecturing. You, the active hero, not the patient.
The stack
A real model, trained on a real budget:
- Base:
google/gemma-3-12b-it(dense Gemma 3 12B, standardGemma3ForConditionalGeneration, chosen for reliable transformers + peft deployment) - Method: 16-bit LoRA, not QLoRA, via Unsloth
- LoRA:
r=16,alpha=16,dropout=0 - Epochs:
3| LR:2e-4| Batch:1 x grad_accum 8| Max sequence:2048 - Chat template:
gemma-3, response markers<start_of_turn>user\nand<start_of_turn>model\n save_strategy="no"to avoid the known Unsloth/TRL checkpoint pickle bug- Trained on modal.com with H100 80GB GPU
- Data: small, hand-curated, synthetic, built from real ADHD friction, not generic productivity tropes. Lesson learned: for a voice, dataset quality beats model size.
- Deploy: Hugging Face Space on ZeroGPU (zero-a10g) using Gradio + standard transformers + peft; base loads in 4-bit bitsandbytes NF4 and applies the LoRA adapter at runtime. No Unsloth at runtime, no GGUF deployment path.
Default model vs. fine-tuned
The base model isn't dumb, it's capable. But out of the box it still writes you a to-do list, just a more empathetic-sounding one: bold headers, bullets, leaked labels, long paragraphs. For a frozen brain, that wall of "help" is itself overwhelming.
The fine-tune behaves differently in kind. It drops the structure and speaks in warm, flowing prose. It gets shorter. It asks before it assumes. It threads your context back to you, so it feels written for you, not for a generic "overwhelmed user." It learned the voice, not the script.
Not just for ADHD
Here's what surprised me: this isn't only an ADHD tool.
We all hit that wall now: doom-scrolled into mush, overwhelmed by bloated feeds, unable to start the simplest thing. NeuroBait is warm by design. It works as dopamine relaxation for anyone drowning in overwhelm, a gentle, human nudge back to one small, doable thing. ADHD brains just need it most.
Where it's going
It started in my backyard, for one person. The hope is to extend it to everyone with ADHD, and to anyone who's ever felt stuck.
Next: open weights plus the full pipeline, bilingual (Indonesian and English), and most important, built with the community, not for it. ADHD tools have too long been designed by people who don't have ADHD. Real scenarios, real reactions, real feedback are the project.
If you have ADHD, love someone who does, or just feel overwhelmed too often, come try it and tell me where it's annoying. That feedback is the whole point. 🧠⚡
Check this out: https://huggingface.co/spaces/build-small-hackathon/NeuroBait
Spaces mentioned in this article 1
Community
· or to comment