Datasets:
Commit
·
920fc15
1
Parent(s):
16a506c
add title
Browse files- neuclir-2022.py +1 -0
neuclir-2022.py
CHANGED
|
@@ -61,6 +61,7 @@ class MLDR(datasets.GeneratorBasedBuilder):
|
|
| 61 |
features = datasets.Features({
|
| 62 |
'_id': datasets.Value('string'),
|
| 63 |
'text': datasets.Value('string'),
|
|
|
|
| 64 |
})
|
| 65 |
elif name.startswith("queries-"):
|
| 66 |
features = datasets.Features({
|
|
|
|
| 61 |
features = datasets.Features({
|
| 62 |
'_id': datasets.Value('string'),
|
| 63 |
'text': datasets.Value('string'),
|
| 64 |
+
'title': datasets.Value('string'),
|
| 65 |
})
|
| 66 |
elif name.startswith("queries-"):
|
| 67 |
features = datasets.Features({
|