milling_processes_LUH__testing_propuses.py
CHANGED
|
@@ -104,8 +104,9 @@ class MillingProcessesLUH(datasets.GeneratorBasedBuilder):
|
|
| 104 |
# dl_manager is a datasets.download.DownloadManager that can be used to download and extract URLS
|
| 105 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
| 106 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
|
|
|
| 107 |
# urls = _URLS[self.config.name]
|
| 108 |
-
data_dir = dl_manager.download_and_extract(
|
| 109 |
return [
|
| 110 |
datasets.SplitGenerator(
|
| 111 |
name=datasets.Split.TRAIN,
|
|
|
|
| 104 |
# dl_manager is a datasets.download.DownloadManager that can be used to download and extract URLS
|
| 105 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
| 106 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
| 107 |
+
|
| 108 |
# urls = _URLS[self.config.name]
|
| 109 |
+
data_dir = dl_manager.download_and_extract("https://huggingface.co/datasets/sameer505/milling_processes_LUH__testing_propuses/tree/main/data")
|
| 110 |
return [
|
| 111 |
datasets.SplitGenerator(
|
| 112 |
name=datasets.Split.TRAIN,
|