herbievore
commited on
Commit
•
e7ea0dc
1
Parent(s):
f2e255e
_VERSION hotfix
Browse files- ctkfacts_nli.py +2 -2
ctkfacts_nli.py
CHANGED
@@ -6,7 +6,7 @@ import json
|
|
6 |
|
7 |
from datasets.info import DatasetInfo
|
8 |
|
9 |
-
|
10 |
|
11 |
_URL= "data/"
|
12 |
|
@@ -41,7 +41,7 @@ class CtkfactsNli(datasets.GeneratorBasedBuilder):
|
|
41 |
# No default supervised_keys (as we have to pass both question
|
42 |
# and context as input).
|
43 |
supervised_keys=None,
|
44 |
-
version=
|
45 |
homepage="https://fcheck.fel.cvut.cz/dataset/",
|
46 |
citation=_CITATION,
|
47 |
)
|
|
|
6 |
|
7 |
from datasets.info import DatasetInfo
|
8 |
|
9 |
+
_VERSION = "0.0.3"
|
10 |
|
11 |
_URL= "data/"
|
12 |
|
|
|
41 |
# No default supervised_keys (as we have to pass both question
|
42 |
# and context as input).
|
43 |
supervised_keys=None,
|
44 |
+
version=_VERSION,
|
45 |
homepage="https://fcheck.fel.cvut.cz/dataset/",
|
46 |
citation=_CITATION,
|
47 |
)
|