CoolFace
Datasetpublic

mujo-labs/sandman-dream_multitask_v2_train

Sandman dream multitask v2 — train split 17,300 instruction-following examples for fine-tuning Sandman's on-device dream-analysis model, built from sandman-dreambank-v2. Every row is a single-turn conversation (messages) covering one of three tasks: Summarize — read a dream, return a one- or two-sentence summary as JSON. Extract symbols — return only the concrete nouns literally present in the dream text, as a JSON array, with an explicit instruction not to infer or add… See the full description on the dataset page: https://huggingface.co/datasets/mujo-labs/sandman-dream_multitask_v2_train.

sourceHugging Faceupdated 4d agoView on Hugging Face
0likes26downloads
Dataset Card

Sandman dream multitask v2 — train split

17,300 instruction-following examples for fine-tuning Sandman's on-device dream-analysis model, built from `sandman-dreambank-v2`. Every row is a single-turn conversation (messages) covering one of three tasks:

  1. 1.Summarize — read a dream, return a one- or two-sentence summary as JSON.
  2. 2.Extract symbols — return only the concrete nouns literally present in the dream text, as a JSON array, with an explicit instruction not to infer or add anything not stated.
  3. 3.Interpret a symbol — given every dream containing a specific symbol, explain what that symbol has come to mean to this dreamer specifically.

Every prompt that expects structured output carries a "respond with ONLY valid JSON, no markdown, no explanation" instruction, so the fine-tuned model can be parsed directly on-device.

Paired with `sandman-dream_multitask_v2_val` (2.17k) and `sandman-dream_multitask_v2_test` (2.17k). Used to train `sandman-gemma3-1b-multitask-v2`.