From f5d08c78c58bcf07bc76a70658147d21adc3b411 Mon Sep 17 00:00:00 2001 From: Nicholas Karlson Date: Sun, 9 Nov 2025 10:18:16 -0800 Subject: [PATCH] data: add Stroop dataset metadata (seed + params) --- data/synthetic/psych_stroop_meta.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 data/synthetic/psych_stroop_meta.json diff --git a/data/synthetic/psych_stroop_meta.json b/data/synthetic/psych_stroop_meta.json new file mode 100644 index 0000000..91306a6 --- /dev/null +++ b/data/synthetic/psych_stroop_meta.json @@ -0,0 +1,15 @@ +{ + "seed": 42, + "n_subjects": 60, + "n_trials_per_cond": 100, + "rt_ms": { + "base": 550, + "incongruent_penalty": 75, + "sd": 90 + }, + "acc": { + "base": 0.97, + "incongruent_penalty": 0.05 + }, + "generated_utc": "2025-11-09T18:18:15Z" +} \ No newline at end of file