Xinyu Crystina ZHANG
commited on
Commit
·
a4a1088
1
Parent(s):
eadf49e
group
Browse files- xor-tydi.py +8 -2
xor-tydi.py
CHANGED
@@ -51,8 +51,14 @@ class XORTyDi(datasets.GeneratorBasedBuilder):
|
|
51 |
VERSION = datasets.Version("0.0.1")
|
52 |
|
53 |
BUILDER_CONFIGS = [
|
54 |
-
datasets.BuilderConfig(
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
]
|
57 |
|
58 |
def _info(self):
|
|
|
51 |
VERSION = datasets.Version("0.0.1")
|
52 |
|
53 |
BUILDER_CONFIGS = [
|
54 |
+
datasets.BuilderConfig(
|
55 |
+
version=VERSION,
|
56 |
+
name="eng_span",
|
57 |
+
description="XOR-TyDI train/dev/test datasets of English Span Task"),
|
58 |
+
datasets.BuilderConfig(
|
59 |
+
version=VERSION,
|
60 |
+
name="full",
|
61 |
+
description="XOR-TyDI train/dev/test datasets of Full Task"),
|
62 |
]
|
63 |
|
64 |
def _info(self):
|