Update plant-genomic-benchmark.py
Browse files- plant-genomic-benchmark.py +11 -14
plant-genomic-benchmark.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
# See the License for the specific language governing permissions and
|
2 |
# limitations under the License.
|
3 |
-
# TODO: Address all TODOs and remove all explanatory comments
|
4 |
-
"""TODO: Add a description here."""
|
5 |
|
6 |
|
7 |
import os
|
@@ -10,16 +8,16 @@ from Bio import SeqIO
|
|
10 |
import datasets
|
11 |
|
12 |
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
|
24 |
_DESCRIPTION = """\
|
25 |
This dataset comprises the various supervised learning tasks considered in the agro-nt
|
@@ -29,8 +27,7 @@ predicting regulatory features, RNA processing sites, and gene expression values
|
|
29 |
"""
|
30 |
|
31 |
|
32 |
-
|
33 |
-
_LICENSE = ""
|
34 |
|
35 |
_TASK_NAMES = ['poly_a.arabidopsis_thaliana',
|
36 |
'poly_a.oryza_sativa_indica_group',
|
|
|
1 |
# See the License for the specific language governing permissions and
|
2 |
# limitations under the License.
|
|
|
|
|
3 |
|
4 |
|
5 |
import os
|
|
|
8 |
import datasets
|
9 |
|
10 |
|
11 |
+
_CITATION = '''\
|
12 |
+
@article{mendoza2023foundational,
|
13 |
+
title={A Foundational Large Language Model for Edible Plant Genomes},
|
14 |
+
author={Mendoza-Revilla, Javier and Trop, Evan and Gonzalez, Liam and Roller, Masa and Dalla-Torre, Hugo and de Almeida, Bernardo P and Richard, Guillaume and Caton, Jonathan and Lopez Carranza, Nicolas and Skwark, Marcin and others},
|
15 |
+
journal={bioRxiv},
|
16 |
+
pages={2023--10},
|
17 |
+
year={2023},
|
18 |
+
publisher={Cold Spring Harbor Laboratory}
|
19 |
+
}
|
20 |
+
'''
|
21 |
|
22 |
_DESCRIPTION = """\
|
23 |
This dataset comprises the various supervised learning tasks considered in the agro-nt
|
|
|
27 |
"""
|
28 |
|
29 |
|
30 |
+
_LICENSE = "https://huggingface.co/datasets/InstaDeepAI/plant-genomic-benchmark/blob/main/LICENSE.md"
|
|
|
31 |
|
32 |
_TASK_NAMES = ['poly_a.arabidopsis_thaliana',
|
33 |
'poly_a.oryza_sativa_indica_group',
|