q stringlengths 14 124 |
|---|
Start before the fear finishes its sentence. |
Practice the boring thing until it becomes the thing nobody else can do. |
Ask the question that embarrasses you; it is usually the door. |
Water the work, not the worry. |
Finish the ugly draft. Beauty is a revision, not a starting condition. |
Trade the applause you want for the discipline you need. |
Keep one promise to yourself today, and tomorrow will trust you more. |
Rest like it is part of the plan, because it is. |
Learn the rule well enough to know which corner of it bends. |
Move toward what scares you slightly and away from what numbs you completely. |
Write down the dream while it is still too big for your handwriting. |
Forgive yourself at sunset so you can start clean at sunrise. |
Do it badly on purpose once, and watch perfectionism lose its grip. |
Count the attempts, not the misses; that ledger tells the truer story. |
Choose the mentor who corrects you over the crowd that applauds you. |
Guard your mornings the way misers guard gold. |
Say no slowly and yes carefully; both words are steering wheels. |
Build a floor under someone else and you will never fear heights again. |
Plant questions where you used to plant complaints. |
Outlast the version of you that wants to quit at minute twenty. |
Stack small wins until doubt cannot see over them. |
Leave the argument; keep the lesson. |
Read your old work kindly. It was load-bearing once. |
Aim at something far enough away that missing still lands you somewhere better. |
Stop rehearsing the disaster and start rehearsing the recovery. |
Feed your attention like livestock: what you graze it on becomes your winter stores. |
Show up ugly. Show up tired. Show up anyway, and let showing up do the talking. |
Break the big fear into hours; none of them alone can hurt you. |
Put your name on your work while your hands are still shaking. |
Turn envy into a map: it only points at things you have not admitted wanting. |
Sharpen the saw before you blame the tree. |
Walk into the room as the student and out as the note-taker; mastery starts as stenography. |
Hold your plans loosely and your standards tightly. |
Argue for your limits less; they already have enough lawyers. |
Take the stairs your excuses said were closed. |
Set a finish line even for the work nobody asked you to do; especially for that work. |
Spend your courage early in the day, before the accountants of doubt wake up. |
Apprentice yourself to your own curiosity for one year and see who you become. |
Refuse the shortcut that costs you the skill. |
Repair one small broken thing today; momentum is made of hinges. |
Tell the truth about what you want, first to yourself, then out loud. |
Compare notes, not lives. |
Carry the heavy thought to paper and set it down there; pages have strong backs. |
Let the deadline be a drumbeat, not a guillotine. |
Make the mistake at full speed; timid errors teach half lessons. |
Bet on the slow compounding of ordinary days. |
Give your future self the gift of a decision made today. |
Retire the story where you are the one who almost did it. |
Trust the reps when the mirror shows nothing yet. |
Close the browser. The answer is in the attempt, not the eleventh tutorial. |
Invite criticism to dinner but do not let it move in. |
Push the boat out before you feel like a sailor; the water is the teacher. |
Name the fear precisely and it shrinks to the size of its name. |
Work in public once in a while; sunlight is a rigorous editor. |
Honor the plateau. Roots grow in the seasons when nothing shows above ground. |
Swap one hour of consuming for one hour of making and check the difference in your pulse. |
Answer the cold email you are afraid to send with the send button. |
Study your recoveries; they are more repeatable than your inspirations. |
Quit the sprint dramatics and marry the marathon math. |
Lower the bar for starting and raise it for stopping. |
What if the thing you call procrastination is just a question you have not dared to ask? |
Who told you it was too late, and what were they protecting? |
What would you attempt this month if you knew the embarrassment would fade by winter? |
When did you last do something for the first time? |
If your doubt wrote its resume, would you actually hire it? |
Which failure are you still carrying that has already stopped carrying you? |
What are you practicing right now, and did you choose it? |
If the obstacle could speak, would it call itself a wall or a weight room? |
How many of your limits have you personally tested, and how many did you inherit? |
What would today look like if you treated energy, not time, as the currency? |
Whose permission are you waiting for, and what is their qualification? |
If you met your goal on the street, would it recognize you by your habits? |
What is the smallest brave thing you could do before lunch? |
Would the ten-year-old you built forts with be bored of your caution or proud of your care? |
Which compliment do you keep deflecting because accepting it would demand something of you? |
What door closed that you are still guarding, long after the house was rebuilt? |
If effort left visible scars, would you wear yours or hide them? |
What are you calling patience that is actually fear with better manners? |
When the excuse is gone, what will you blame? Better to meet that answer now. |
Is the ladder you are climbing leaning on the wall you chose? |
What would you finish this year if finishing were the only grade? |
How would you work today if you believed talent was a rumor and practice was the fact? |
What have you already survived that you keep forgetting to count? |
If your habits voted, who would win the election for your future? |
Where would you be in five years if you kept only the promises you make to yourself? |
What are you polishing that you should be shipping? |
Which of your daily complaints is actually an instruction? |
If fear is a compass needle, what is it pointing at that matters? |
What would you start today if you were guaranteed to be mediocre at it for a year? |
Who benefits from you staying small, and why are you subsidizing them? |
Begin again. That is the whole instruction. |
Done teaches. Perfect stalls. |
Courage is a muscle with amnesia; train it daily. |
Slow is a speed. Stopped is a choice. |
Effort compounds. Excuses just accrue. |
Your pace is not your worth. |
Direction first, velocity second. |
Consistency is charisma to your future. |
Small hinges swing heavy doors. |
Doubt knocks; work answers. |
Mentria Motivational Quotes
581 hand-curated, original motivational quotes, written and curated as LoRA fine-tuning data for the quote generator at mentria.ai/tools/quote. Every line was either written by hand for this dataset or individually reviewed before inclusion — no scraped content, no famous quotes in disguise.
Diversity engineering
Style-skewed training data drags LoRA adapters into a single template, so this
set was built with enforced diversity quotas, checked by the included
check_diversity.py gate:
- Zero near-duplicate pairs (content-word-overlap detector)
- "The/A/An" openings capped — measured 5% of the set
- Em-dash aphorisms ("X — Y") capped — measured 3%
- 12 balanced structural families: imperatives, questions, conditionals, paradoxes, plain declaratives, metaphor-led lines from varied domains, negation-led lines, short punches, two-sentence flows, and a wry/witty register — across ~20 themes
- Vocabulary concentration capped (no content word in more than ~4.5% of quotes)
Files
| Path | Contents |
|---|---|
quotes.jsonl |
The raw 581 quotes: {"q": "..."} per line |
chat/{train,valid,test}.jsonl |
Chat format (messages array, 3 system-prompt + 7 user-message variants), split 557/24/5 |
completions/{train,valid,test}.jsonl |
Completion format: prompt pre-rendered with the Qwen3.5 chat template (enable_thinking=false, generation prompt included) + quote completion |
check_diversity.py |
The curation gate: exact/near-duplicate detection, opening/em-dash/vocabulary quotas |
Trained adapters
Per-tier quotes LoRAs trained on this dataset ship inside the mentria model repos:
- Qwen3.5-2B-mentria —
loras/quotes/(r16 α32) - Qwen3.5-4B-mentria —
loras/quotes/(r16 α16) - Qwen3.5-0.8B-mentria — ships an earlier, more template-constrained adapter by design (see below)
A finding worth knowing before you train on this: tolerance for training-data diversity scales with base-model capacity. On the 4B, this dataset's diversity fixes the base's own repetitiveness; on the 0.8B, every recipe we tried produced incoherent fragment-stitching — the small base needs a rigid template style to stay coherent, which is why it keeps its earlier adapter. If you are adapting a sub-1B model, consider constraining this data to fewer structural families first.
License
Apache 2.0 — same as the model repos. The quotes are original works created for this dataset.
- Downloads last month
- 64