mumble-cleanup / configs /data.yaml
adikuma's picture
initial upload: cleanup code and 688-pair seed dataset
fd0b01f verified
Raw
History Blame Contribute Delete
294 Bytes
# data preparation config. v1 uses the hand-crafted seed pairs at the path
# below as the source of truth. scripts/01_download.py splits them into
# train/val/test under data/pairs/.
seed_path: data/seed/synthetic_pairs.jsonl
splits:
train: 0.85
val: 0.10
test: 0.05
random_seed: 1337