Datasets:
Commit
·
1aa892b
1
Parent(s):
c1a4565
Update DocLayNet-small.py
Browse files- DocLayNet-small.py +1 -1
DocLayNet-small.py
CHANGED
|
@@ -76,7 +76,7 @@ class DocLayNetConfig(datasets.BuilderConfig):
|
|
| 76 |
super(DocLayNetConfig, self).__init__(**kwargs)
|
| 77 |
|
| 78 |
|
| 79 |
-
class DocLayNet(datasets.
|
| 80 |
"""
|
| 81 |
DocLayNet small is a about 1% of the dataset DocLayNet (more information at https://huggingface.co/datasets/pierreguillou/DocLayNet-small)
|
| 82 |
DocLayNet: A Large Human-Annotated Dataset for Document-Layout Analysis
|
|
|
|
| 76 |
super(DocLayNetConfig, self).__init__(**kwargs)
|
| 77 |
|
| 78 |
|
| 79 |
+
class DocLayNet(datasets.GeneratorBasedBuilder):
|
| 80 |
"""
|
| 81 |
DocLayNet small is a about 1% of the dataset DocLayNet (more information at https://huggingface.co/datasets/pierreguillou/DocLayNet-small)
|
| 82 |
DocLayNet: A Large Human-Annotated Dataset for Document-Layout Analysis
|