Mohammad Al-Fetyani
commited on
Commit
•
7b5b238
1
Parent(s):
6d10b34
Maybe bump version to fix data previewer
Browse files
names.py
CHANGED
@@ -41,7 +41,7 @@ _URL = "https://huggingface.co/datasets/TRoboto/names/blob/main/data"
|
|
41 |
class Names(datasets.GeneratorBasedBuilder):
|
42 |
"""List of Arabic first names with meaning and origin of most names"""
|
43 |
|
44 |
-
VERSION = datasets.Version("1.0.
|
45 |
|
46 |
def _info(self):
|
47 |
return datasets.DatasetInfo(
|
|
|
41 |
class Names(datasets.GeneratorBasedBuilder):
|
42 |
"""List of Arabic first names with meaning and origin of most names"""
|
43 |
|
44 |
+
VERSION = datasets.Version("1.0.1")
|
45 |
|
46 |
def _info(self):
|
47 |
return datasets.DatasetInfo(
|