Datasets:
pierreguillou
commited on
Commit
•
67a59e0
1
Parent(s):
4d0cb9d
Update DocLayNet-large.py
Browse files- DocLayNet-large.py +1 -1
DocLayNet-large.py
CHANGED
@@ -108,7 +108,7 @@ class DocLayNet(datasets.GeneratorBasedBuilder):
|
|
108 |
DEFAULT_CONFIG_NAME = "DocLayNet_2022.08_processed_on_2023.01" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
109 |
|
110 |
BUILDER_CONFIGS = [
|
111 |
-
|
112 |
]
|
113 |
|
114 |
BUILDER_CONFIG_CLASS = DocLayNetBuilderConfig
|
|
|
108 |
DEFAULT_CONFIG_NAME = "DocLayNet_2022.08_processed_on_2023.01" # It's not mandatory to have a default configuration. Just use one if it make sense.
|
109 |
|
110 |
BUILDER_CONFIGS = [
|
111 |
+
DocLayNetBuilderConfig(name=DEFAULT_CONFIG_NAME, version=VERSION, description="DocLayNet large dataset"),
|
112 |
]
|
113 |
|
114 |
BUILDER_CONFIG_CLASS = DocLayNetBuilderConfig
|