abhinadduri commited on
Commit
76565a4
·
verified ·
1 Parent(s): 8270a5e

Add files using upload-large-folder tool

Browse files
.gitattributes CHANGED
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+ parse_concat_full.h5ad filter=lfs diff=lfs merge=lfs -text
celltype.toml ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+
13
+ # Fewshot specifications - explicit perturbation lists
14
+ [fewshot]
15
+ [fewshot."parse.B_Intermediate_Memory"]
16
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
17
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
18
+
19
+ [fewshot."parse.B_Naive"]
20
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
21
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
22
+
23
+ [fewshot."parse.Plasmablast"]
24
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
25
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
celltype_zeroshot.toml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+ "parse.B_Intermediate_Memory" = "test"
13
+ "parse.B_Naive" = "test"
14
+ "parse.Plasmablast" = "test"
15
+
16
+ # Fewshot specifications - explicit perturbation lists
17
+ [fewshot]
donor.toml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+
13
+ # Fewshot specifications - explicit perturbation lists
14
+ [fewshot]
15
+ [fewshot."parse.Donor1"]
16
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
17
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
18
+
19
+ [fewshot."parse.Donor4"]
20
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
21
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
22
+
23
+ [fewshot."parse.Donor9"]
24
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
25
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
26
+
27
+ [fewshot."parse.Donor12"]
28
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
29
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
donor_zeroshot.toml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+ "parse.Donor1" = "test"
13
+ "parse.Donor4" = "test"
14
+ "parse.Donor9" = "test"
15
+ "parse.Donor12" = "test"
16
+
17
+ # Fewshot specifications - explicit perturbation lists
18
+ [fewshot]
parse_concat_full.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eeb42d1c8a028a826f84158d7bdf1124d68a0dc056096027399984e407219be
3
+ size 367463139462
split_1.toml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+
13
+ # Fewshot specifications - explicit perturbation lists
14
+ [fewshot]
15
+ [fewshot."parse.B_Intermediate_Memory"]
16
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
17
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
split_1_zeroshot.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+ "parse.B_Intermediate_Memory" = "test"
13
+
14
+ # Fewshot specifications - explicit perturbation lists
15
+ [fewshot]
split_2.toml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+
13
+ # Fewshot specifications - explicit perturbation lists
14
+ [fewshot]
15
+ [fewshot."parse.B_Naive"]
16
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
17
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
split_2_zeroshot.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+ "parse.B_Naive" = "test"
13
+
14
+ # Fewshot specifications - explicit perturbation lists
15
+ [fewshot]
split_3.toml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+
13
+ # Fewshot specifications - explicit perturbation lists
14
+ [fewshot]
15
+ [fewshot."parse.Plasmablast"]
16
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
17
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
split_3_zeroshot.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+ "parse.Plasmablast" = "test"
13
+
14
+ # Fewshot specifications - explicit perturbation lists
15
+ [fewshot]
split_4.toml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+
13
+ # Fewshot specifications - explicit perturbation lists
14
+ [fewshot]
15
+ [fewshot."parse.CD4_Memory"]
16
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
17
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
split_4_zeroshot.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+ "parse.CD4_Memory" = "test"
13
+
14
+ # Fewshot specifications - explicit perturbation lists
15
+ [fewshot]
split_5.toml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+
13
+ # Fewshot specifications - explicit perturbation lists
14
+ [fewshot]
15
+ [fewshot."parse.CD14_Mono"]
16
+ val = ['G-CSF', 'IFN-beta', 'M-CSF', 'IGF-1']
17
+ test = ['C5a', 'TWEAK', 'LIF', 'IL-17C', 'FGF-beta', 'BAFF', 'FLT3L', 'IFN-lambda2', '4-1BBL', 'IL-17E', 'IL-2', 'IL-19', 'PRL', 'IL-16', 'IL-7', 'GM-CSF', 'IL-17A', 'IL-13', 'IL-36-alpha', 'PSPN', 'EPO', 'IL-9', 'IL-31', 'IL-11', 'LT-alpha1-beta2', 'TL1A', 'IL-32-beta', 'IFN-omega', 'IL-8', 'Noggin', 'IFN-epsilon', 'IL-17F', 'Leptin', 'IL-33', 'IL-35', 'OSM', 'IL-34', 'HGF', 'IL-1Ra', 'LIGHT', 'CD27L', 'SCF', 'IL-1-alpha', 'TGF-beta1', 'CD30L', 'IL-24', 'IFN-gamma', 'IFN-alpha1', 'IFN-lambda1', 'GITRL', 'VEGF', 'ADSF', 'IL-15', 'EGF', 'IL-3', 'IL-17B', 'IL-6', 'IL-4', 'IL-10', 'CT-1', 'IFN-lambda3', 'TRAIL']
split_5_zeroshot.toml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Dataset paths - maps dataset names to their directories
2
+ [datasets]
3
+ parse = "/data/parse_final_concat"
4
+
5
+ # Training specifications
6
+ # All cell types in a dataset automatically go into training (excluding zeroshot/fewshot overrides)
7
+ [training]
8
+ parse = "train"
9
+
10
+ # Zeroshot specifications - entire cell types go to val or test
11
+ [zeroshot]
12
+ "parse.CD14_Mono" = "test"
13
+
14
+ # Fewshot specifications - explicit perturbation lists
15
+ [fewshot]