Giguru Scheuer
commited on
Commit
·
b444f28
1
Parent(s):
83d7c40
Updated download sizes
Browse files
trec-cast-2019-multi-turn.py
CHANGED
|
@@ -58,6 +58,7 @@ _URLs = {
|
|
| 58 |
|
| 59 |
SAMPLE_SIZE = 100000
|
| 60 |
|
|
|
|
| 61 |
class TrecCast2019MultiTurn(datasets.GeneratorBasedBuilder):
|
| 62 |
VERSION = datasets.Version("1.0.0")
|
| 63 |
|
|
@@ -102,13 +103,14 @@ class TrecCast2019MultiTurn(datasets.GeneratorBasedBuilder):
|
|
| 102 |
"history": datasets.features.Sequence(feature=datasets.Value('string')),
|
| 103 |
"query": datasets.Value("string"),
|
| 104 |
})
|
| 105 |
-
download_size =
|
| 106 |
elif self.config.name == "topics_with_context":
|
| 107 |
features = datasets.Features({
|
| 108 |
"qid": datasets.Value("string"),
|
| 109 |
"history": datasets.features.Sequence(feature=datasets.Value('string')),
|
| 110 |
"query": datasets.Value("string"),
|
| 111 |
})
|
|
|
|
| 112 |
elif self.config.name == "qrels":
|
| 113 |
features = datasets.Features({
|
| 114 |
"qid": datasets.Value("string"),
|
|
@@ -117,7 +119,7 @@ class TrecCast2019MultiTurn(datasets.GeneratorBasedBuilder):
|
|
| 117 |
'relevance': datasets.Value("string"),
|
| 118 |
})),
|
| 119 |
})
|
| 120 |
-
download_size =
|
| 121 |
else: # for self.config.name == 'test_collection':
|
| 122 |
features = datasets.Features({
|
| 123 |
"docno": datasets.Value("string"),
|
|
|
|
| 58 |
|
| 59 |
SAMPLE_SIZE = 100000
|
| 60 |
|
| 61 |
+
|
| 62 |
class TrecCast2019MultiTurn(datasets.GeneratorBasedBuilder):
|
| 63 |
VERSION = datasets.Version("1.0.0")
|
| 64 |
|
|
|
|
| 103 |
"history": datasets.features.Sequence(feature=datasets.Value('string')),
|
| 104 |
"query": datasets.Value("string"),
|
| 105 |
})
|
| 106 |
+
download_size = 6784
|
| 107 |
elif self.config.name == "topics_with_context":
|
| 108 |
features = datasets.Features({
|
| 109 |
"qid": datasets.Value("string"),
|
| 110 |
"history": datasets.features.Sequence(feature=datasets.Value('string')),
|
| 111 |
"query": datasets.Value("string"),
|
| 112 |
})
|
| 113 |
+
download_size = 8010
|
| 114 |
elif self.config.name == "qrels":
|
| 115 |
features = datasets.Features({
|
| 116 |
"qid": datasets.Value("string"),
|
|
|
|
| 119 |
'relevance': datasets.Value("string"),
|
| 120 |
})),
|
| 121 |
})
|
| 122 |
+
download_size = 1138032
|
| 123 |
else: # for self.config.name == 'test_collection':
|
| 124 |
features = datasets.Features({
|
| 125 |
"docno": datasets.Value("string"),
|