Giguru Scheuer
commited on
Commit
·
2276b90
1
Parent(s):
b444f28
Increased version
Browse files
trec-cast-2019-multi-turn.py
CHANGED
@@ -60,7 +60,7 @@ SAMPLE_SIZE = 100000
|
|
60 |
|
61 |
|
62 |
class TrecCast2019MultiTurn(datasets.GeneratorBasedBuilder):
|
63 |
-
VERSION = datasets.Version("1.0.
|
64 |
|
65 |
# This is an example of a dataset with multiple configurations.
|
66 |
# If you don't want/need to define several sub-sets in your dataset,
|
@@ -78,7 +78,7 @@ class TrecCast2019MultiTurn(datasets.GeneratorBasedBuilder):
|
|
78 |
version=VERSION,
|
79 |
description=""),
|
80 |
datasets.BuilderConfig(name="topics",
|
81 |
-
version=
|
82 |
description="The topics contain the queries, query IDs and their history."),
|
83 |
datasets.BuilderConfig(name="topics_with_context",
|
84 |
version=VERSION,
|
|
|
60 |
|
61 |
|
62 |
class TrecCast2019MultiTurn(datasets.GeneratorBasedBuilder):
|
63 |
+
VERSION = datasets.Version("1.0.1")
|
64 |
|
65 |
# This is an example of a dataset with multiple configurations.
|
66 |
# If you don't want/need to define several sub-sets in your dataset,
|
|
|
78 |
version=VERSION,
|
79 |
description=""),
|
80 |
datasets.BuilderConfig(name="topics",
|
81 |
+
version=VERSION,
|
82 |
description="The topics contain the queries, query IDs and their history."),
|
83 |
datasets.BuilderConfig(name="topics_with_context",
|
84 |
version=VERSION,
|