victormiller
commited on
Commit
•
5dd5e15
1
Parent(s):
dafa786
Update curated.py
Browse files- curated.py +1 -1
curated.py
CHANGED
@@ -1091,7 +1091,7 @@ def curated(request):
|
|
1091 |
dataset, we can specific downloaders based on the data source. Each dataset
|
1092 |
might have its own downloader script which can be updated in real time to
|
1093 |
handle changes in the data source. Here is a general outline of the data
|
1094 |
-
preparation process: It
|
1095 |
invoking additional functions or scripts to handle specific data sources or
|
1096 |
formats. These helper scripts can be located within specific directories
|
1097 |
or modules dedicated to the dataset.""")
|
|
|
1091 |
dataset, we can specific downloaders based on the data source. Each dataset
|
1092 |
might have its own downloader script which can be updated in real time to
|
1093 |
handle changes in the data source. Here is a general outline of the data
|
1094 |
+
preparation process: It is worth noting that some pipelines might require
|
1095 |
invoking additional functions or scripts to handle specific data sources or
|
1096 |
formats. These helper scripts can be located within specific directories
|
1097 |
or modules dedicated to the dataset.""")
|