urls
Browse files- soybean_dataset.py +1 -1
soybean_dataset.py
CHANGED
@@ -76,7 +76,7 @@ _URLs = {
|
|
76 |
class SoybeanDataset(datasets.GeneratorBasedBuilder):
|
77 |
"""TODO: Short description of my dataset."""
|
78 |
|
79 |
-
|
80 |
VERSION = datasets.Version("1.1.0")
|
81 |
|
82 |
def _info(self):
|
|
|
76 |
class SoybeanDataset(datasets.GeneratorBasedBuilder):
|
77 |
"""TODO: Short description of my dataset."""
|
78 |
|
79 |
+
_URLs = _URLs
|
80 |
VERSION = datasets.Version("1.1.0")
|
81 |
|
82 |
def _info(self):
|