orionweller
commited on
Commit
•
dfad7cc
1
Parent(s):
216011b
add title
Browse files- neuclir-2023.py +1 -0
neuclir-2023.py
CHANGED
@@ -60,6 +60,7 @@ class MLDR(datasets.GeneratorBasedBuilder):
|
|
60 |
features = datasets.Features({
|
61 |
'_id': datasets.Value('string'),
|
62 |
'text': datasets.Value('string'),
|
|
|
63 |
})
|
64 |
elif name.startswith("queries-"):
|
65 |
features = datasets.Features({
|
|
|
60 |
features = datasets.Features({
|
61 |
'_id': datasets.Value('string'),
|
62 |
'text': datasets.Value('string'),
|
63 |
+
'title': datasets.Value('string'),
|
64 |
})
|
65 |
elif name.startswith("queries-"):
|
66 |
features = datasets.Features({
|