fix https://huggingface.co/datasets/pie/aae2/discussions/1
#2
by
ArneBinder
- opened
aae2.py
CHANGED
|
@@ -144,7 +144,7 @@ class ArgumentAnnotatedEssaysV2(BratBuilder):
|
|
| 144 |
dataset_variant: {"url": URL, "split_paths": SPLIT_PATHS}
|
| 145 |
for dataset_variant in [BratBuilder.DEFAULT_CONFIG_NAME, None]
|
| 146 |
}
|
| 147 |
-
|
| 148 |
BUILDER_CONFIGS = [
|
| 149 |
ArgumentAnnotatedEssaysV2Config(
|
| 150 |
name=BratBuilder.DEFAULT_CONFIG_NAME,
|
|
|
|
| 144 |
dataset_variant: {"url": URL, "split_paths": SPLIT_PATHS}
|
| 145 |
for dataset_variant in [BratBuilder.DEFAULT_CONFIG_NAME, None]
|
| 146 |
}
|
| 147 |
+
BUILDER_CONFIG_CLASS = ArgumentAnnotatedEssaysV2Config
|
| 148 |
BUILDER_CONFIGS = [
|
| 149 |
ArgumentAnnotatedEssaysV2Config(
|
| 150 |
name=BratBuilder.DEFAULT_CONFIG_NAME,
|