orionweller
commited on
Commit
•
216011b
1
Parent(s):
b25dccd
test
Browse files- neuclir-2023.py +1 -1
neuclir-2023.py
CHANGED
@@ -64,7 +64,7 @@ class MLDR(datasets.GeneratorBasedBuilder):
|
|
64 |
elif name.startswith("queries-"):
|
65 |
features = datasets.Features({
|
66 |
'_id': datasets.Value('string'),
|
67 |
-
'
|
68 |
})
|
69 |
else:
|
70 |
features = datasets.Features({
|
|
|
64 |
elif name.startswith("queries-"):
|
65 |
features = datasets.Features({
|
66 |
'_id': datasets.Value('string'),
|
67 |
+
'text': datasets.Value('string'),
|
68 |
})
|
69 |
else:
|
70 |
features = datasets.Features({
|