pierreguillou commited on
Commit
7ff48c4
1 Parent(s): a93126b

Update DocLayNet-small.py

Browse files
Files changed (1) hide show
  1. DocLayNet-small.py +1 -1
DocLayNet-small.py CHANGED
@@ -159,7 +159,7 @@ class DocLayNet(datasets.GeneratorBasedBuilder):
159
  # 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.
160
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
161
 
162
- downloaded_file = dl_manager.download_and_extract("https://huggingface.co/datasets/pierreguillou/DocLayNet-small/blob/main/data/dataset_small.zip")
163
 
164
  return [
165
  datasets.SplitGenerator(
 
159
  # 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.
160
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
161
 
162
+ downloaded_file = dl_manager.download_and_extract("https://huggingface.co/datasets/pierreguillou/DocLayNet-small/resolve/main/data/dataset_small.zip")
163
 
164
  return [
165
  datasets.SplitGenerator(