Datasets:
Youssef Benhachem
commited on
Commit
·
6f48c7f
1
Parent(s):
5038e3d
Correcting the version
Browse files
KHATT.py
CHANGED
@@ -49,7 +49,7 @@ _DATA_URL = {
|
|
49 |
|
50 |
|
51 |
class KHATT(datasets.GeneratorBasedBuilder):
|
52 |
-
VERSION = datasets.Version("1.0")
|
53 |
|
54 |
def _info(self):
|
55 |
return datasets.DatasetInfo(
|
|
|
49 |
|
50 |
|
51 |
class KHATT(datasets.GeneratorBasedBuilder):
|
52 |
+
VERSION = datasets.Version("1.0.0")
|
53 |
|
54 |
def _info(self):
|
55 |
return datasets.DatasetInfo(
|