State-Parse-Filtered / split_3_zeroshot.toml
abhinadduri's picture
Add files using upload-large-folder tool
76565a4 verified
raw
history blame contribute delete
429 Bytes
# 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.Plasmablast" = "test"
# Fewshot specifications - explicit perturbation lists
[fewshot]