Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -10,109 +10,109 @@ configs:
|
|
10 |
- config_name: drug_resistence_prediction
|
11 |
data_files:
|
12 |
- split: train
|
13 |
-
path: "
|
14 |
- split: test
|
15 |
-
path: "
|
16 |
- config_name: fitness_prediction_Ammonium-chloride_N
|
17 |
data_files:
|
18 |
- split: train
|
19 |
-
path: "
|
20 |
- split: test
|
21 |
-
path: "
|
22 |
- config_name: fitness_prediction_Cisplatin_stress
|
23 |
data_files:
|
24 |
- split: train
|
25 |
-
path: "
|
26 |
- split: test
|
27 |
-
path: "
|
28 |
- config_name: fitness_prediction_D-Alanine_N
|
29 |
data_files:
|
30 |
- split: train
|
31 |
-
path: "
|
32 |
- split: test
|
33 |
-
path: "
|
34 |
- config_name: fitness_prediction_L-Arabinose_C
|
35 |
data_files:
|
36 |
- split: train
|
37 |
-
path: "
|
38 |
- split: test
|
39 |
-
path: "
|
40 |
- config_name: fitness_prediction_L-Histidine_nutrient
|
41 |
data_files:
|
42 |
- split: train
|
43 |
-
path: "
|
44 |
- split: test
|
45 |
-
path: "
|
46 |
- config_name: fitness_prediction_LB-10C
|
47 |
data_files:
|
48 |
- split: train
|
49 |
-
path: "
|
50 |
- split: test
|
51 |
-
path: "
|
52 |
- config_name: fitness_prediction_LB-20C
|
53 |
data_files:
|
54 |
- split: train
|
55 |
-
path: "
|
56 |
- split: test
|
57 |
-
path: "
|
58 |
- config_name: fitness_prediction_LB-30C
|
59 |
data_files:
|
60 |
- split: train
|
61 |
-
path: "
|
62 |
- split: test
|
63 |
-
path: "
|
64 |
- config_name: fitness_prediction_LB-pH6
|
65 |
data_files:
|
66 |
- split: train
|
67 |
-
path: "
|
68 |
- split: test
|
69 |
-
path: "
|
70 |
- config_name: fitness_prediction_LB-pH8
|
71 |
data_files:
|
72 |
- split: train
|
73 |
-
path: "
|
74 |
- split: test
|
75 |
-
path: "
|
76 |
- config_name: fitness_prediction_Min-media-glucose_nutrient
|
77 |
data_files:
|
78 |
- split: train
|
79 |
-
path: "
|
80 |
- split: test
|
81 |
-
path: "
|
82 |
- config_name: fitness_prediction_Pyruvate_C
|
83 |
data_files:
|
84 |
- split: train
|
85 |
-
path: "
|
86 |
- split: test
|
87 |
-
path: "
|
88 |
- config_name: fitness_prediction_perchlorate_stress
|
89 |
data_files:
|
90 |
- split: train
|
91 |
-
path: "
|
92 |
- split: test
|
93 |
-
path: "
|
94 |
- config_name: gene_classification_bacteria
|
95 |
data_files:
|
96 |
- split: train
|
97 |
-
path: "
|
98 |
- split: test
|
99 |
-
path: "
|
100 |
- config_name: taxonomic_classification_mixed_marker
|
101 |
data_files:
|
102 |
- split: train
|
103 |
-
path: "
|
104 |
- split: test
|
105 |
-
path: "
|
106 |
- config_name: taxonomic_classification_random_fragment
|
107 |
data_files:
|
108 |
- split: train
|
109 |
-
path: "
|
110 |
- split: test
|
111 |
-
path: "
|
112 |
- config_name: taxonomic_classification_ssu
|
113 |
data_files:
|
114 |
- split: train
|
115 |
-
path: "
|
116 |
- split: test
|
117 |
-
path: "
|
118 |
---
|
|
|
10 |
- config_name: drug_resistence_prediction
|
11 |
data_files:
|
12 |
- split: train
|
13 |
+
path: "drug_resistence_prediction/train.parquet"
|
14 |
- split: test
|
15 |
+
path: "drug_resistence_prediction/test.parquet"
|
16 |
- config_name: fitness_prediction_Ammonium-chloride_N
|
17 |
data_files:
|
18 |
- split: train
|
19 |
+
path: "fitness_prediction_Ammonium-chloride_N/train.parquet"
|
20 |
- split: test
|
21 |
+
path: "fitness_prediction_Ammonium-chloride_N/test.parquet"
|
22 |
- config_name: fitness_prediction_Cisplatin_stress
|
23 |
data_files:
|
24 |
- split: train
|
25 |
+
path: "fitness_prediction_Cisplatin_stress/train.parquet"
|
26 |
- split: test
|
27 |
+
path: "fitness_prediction_Cisplatin_stress/test.parquet"
|
28 |
- config_name: fitness_prediction_D-Alanine_N
|
29 |
data_files:
|
30 |
- split: train
|
31 |
+
path: "fitness_prediction_D-Alanine_N/train.parquet"
|
32 |
- split: test
|
33 |
+
path: "fitness_prediction_D-Alanine_N/test.parquet"
|
34 |
- config_name: fitness_prediction_L-Arabinose_C
|
35 |
data_files:
|
36 |
- split: train
|
37 |
+
path: "fitness_prediction_L-Arabinose_C/train.parquet"
|
38 |
- split: test
|
39 |
+
path: "fitness_prediction_L-Arabinose_C/test.parquet"
|
40 |
- config_name: fitness_prediction_L-Histidine_nutrient
|
41 |
data_files:
|
42 |
- split: train
|
43 |
+
path: "fitness_prediction_L-Histidine_nutrient/train.parquet"
|
44 |
- split: test
|
45 |
+
path: "fitness_prediction_L-Histidine_nutrient/test.parquet"
|
46 |
- config_name: fitness_prediction_LB-10C
|
47 |
data_files:
|
48 |
- split: train
|
49 |
+
path: "fitness_prediction_LB-10C/train.parquet"
|
50 |
- split: test
|
51 |
+
path: "fitness_prediction_LB-10C/test.parquet"
|
52 |
- config_name: fitness_prediction_LB-20C
|
53 |
data_files:
|
54 |
- split: train
|
55 |
+
path: "fitness_prediction_LB-20C/train.parquet"
|
56 |
- split: test
|
57 |
+
path: "fitness_prediction_LB-20C/test.parquet"
|
58 |
- config_name: fitness_prediction_LB-30C
|
59 |
data_files:
|
60 |
- split: train
|
61 |
+
path: "fitness_prediction_LB-30C/train.parquet"
|
62 |
- split: test
|
63 |
+
path: "fitness_prediction_LB-30C/test.parquet"
|
64 |
- config_name: fitness_prediction_LB-pH6
|
65 |
data_files:
|
66 |
- split: train
|
67 |
+
path: "fitness_prediction_LB-pH6/train.parquet"
|
68 |
- split: test
|
69 |
+
path: "fitness_prediction_LB-pH6/test.parquet"
|
70 |
- config_name: fitness_prediction_LB-pH8
|
71 |
data_files:
|
72 |
- split: train
|
73 |
+
path: "fitness_prediction_LB-pH8/train.parquet"
|
74 |
- split: test
|
75 |
+
path: "fitness_prediction_LB-pH8/test.parquet"
|
76 |
- config_name: fitness_prediction_Min-media-glucose_nutrient
|
77 |
data_files:
|
78 |
- split: train
|
79 |
+
path: "fitness_prediction_Min-media-glucose_nutrient/train.parquet"
|
80 |
- split: test
|
81 |
+
path: "fitness_prediction_Min-media-glucose_nutrient/test.parquet"
|
82 |
- config_name: fitness_prediction_Pyruvate_C
|
83 |
data_files:
|
84 |
- split: train
|
85 |
+
path: "fitness_prediction_Pyruvate_C/train.parquet"
|
86 |
- split: test
|
87 |
+
path: "fitness_prediction_Pyruvate_C/test.parquet"
|
88 |
- config_name: fitness_prediction_perchlorate_stress
|
89 |
data_files:
|
90 |
- split: train
|
91 |
+
path: "fitness_prediction_perchlorate_stress/train.parquet"
|
92 |
- split: test
|
93 |
+
path: "fitness_prediction_perchlorate_stress/test.parquet"
|
94 |
- config_name: gene_classification_bacteria
|
95 |
data_files:
|
96 |
- split: train
|
97 |
+
path: "gene_classification_bacteria/train.parquet"
|
98 |
- split: test
|
99 |
+
path: "gene_classification_bacteria/test.parquet"
|
100 |
- config_name: taxonomic_classification_mixed_marker
|
101 |
data_files:
|
102 |
- split: train
|
103 |
+
path: "taxonomic_classification_mixed_marker/train.parquet"
|
104 |
- split: test
|
105 |
+
path: "taxonomic_classification_mixed_marker/test.parquet"
|
106 |
- config_name: taxonomic_classification_random_fragment
|
107 |
data_files:
|
108 |
- split: train
|
109 |
+
path: "taxonomic_classification_random_fragment/train.parquet"
|
110 |
- split: test
|
111 |
+
path: "taxonomic_classification_random_fragment/test.parquet"
|
112 |
- config_name: taxonomic_classification_ssu
|
113 |
data_files:
|
114 |
- split: train
|
115 |
+
path: "taxonomic_classification_ssu/train.parquet"
|
116 |
- split: test
|
117 |
+
path: "taxonomic_classification_ssu/test.parquet"
|
118 |
---
|