File size: 497 Bytes
76565a4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Dataset paths - maps dataset names to their directories
[datasets]
parse = "/data/parse_final_concat"
# Training specifications
# All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
[training]
parse = "train"
# Zeroshot specifications - entire cell types go to val or test
[zeroshot]
"parse.Donor1" = "test"
"parse.Donor4" = "test"
"parse.Donor9" = "test"
"parse.Donor12" = "test"
# Fewshot specifications - explicit perturbation lists
[fewshot]
|