leannmlindsey
commited on
Commit
·
69a761d
1
Parent(s):
2b22469
changed pd_gb.py
Browse files- PD-GB/pd_gb.py +0 -3
PD-GB/pd_gb.py
CHANGED
@@ -12,9 +12,6 @@ class PDGBDataset(GeneratorBasedBuilder):
|
|
12 |
'label': Value('int64'),
|
13 |
}),
|
14 |
supervised_keys=None,
|
15 |
-
homepage="https://your-dataset-homepage.com",
|
16 |
-
citation="Your citation here.",
|
17 |
-
license="Your license here.",
|
18 |
tags=["phage", "fragment", "inphared", "shuffled"],
|
19 |
)
|
20 |
|
|
|
12 |
'label': Value('int64'),
|
13 |
}),
|
14 |
supervised_keys=None,
|
|
|
|
|
|
|
15 |
tags=["phage", "fragment", "inphared", "shuffled"],
|
16 |
)
|
17 |
|