Commit
·
bf3d976
1
Parent(s):
60a6559
feat: Add deepstarr dataset
Browse files
nucleotide_transformer_downstream_tasks_multilabel.py
CHANGED
@@ -77,12 +77,12 @@ class NucleotideTransformerDownstreamTasks(datasets.GeneratorBasedBuilder):
|
|
77 |
{
|
78 |
"sequence": datasets.Value("string"),
|
79 |
"name": datasets.Value("string"),
|
80 |
-
"label_0": datasets.Value("
|
81 |
-
"label_1": datasets.Value("
|
82 |
-
"label_2": datasets.Value("
|
83 |
-
"label_3": datasets.Value("
|
84 |
-
"label_4": datasets.Value("
|
85 |
-
"label_5": datasets.Value("
|
86 |
}
|
87 |
)
|
88 |
return datasets.DatasetInfo(
|
|
|
77 |
{
|
78 |
"sequence": datasets.Value("string"),
|
79 |
"name": datasets.Value("string"),
|
80 |
+
"label_0": datasets.Value("float32"),
|
81 |
+
"label_1": datasets.Value("float32"),
|
82 |
+
"label_2": datasets.Value("float32"),
|
83 |
+
"label_3": datasets.Value("float32"),
|
84 |
+
"label_4": datasets.Value("float32"),
|
85 |
+
"label_5": datasets.Value("float32"),
|
86 |
}
|
87 |
)
|
88 |
return datasets.DatasetInfo(
|