File size: 425 Bytes
76565a4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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.B_Naive" = "test"

# Fewshot specifications - explicit perturbation lists
[fewshot]