Commit
·
5126840
1
Parent(s):
ea3d61f
Update mortars_test.py
Browse files- mortars_test.py +1 -1
mortars_test.py
CHANGED
@@ -38,7 +38,7 @@ _URLS = {
|
|
38 |
"test": "https://huggingface.co/datasets/apetulante/mortars_test/resolve/main/test.zip",
|
39 |
}
|
40 |
|
41 |
-
_NAMES = ["
|
42 |
|
43 |
|
44 |
class Mortars(datasets.GeneratorBasedBuilder):
|
|
|
38 |
"test": "https://huggingface.co/datasets/apetulante/mortars_test/resolve/main/test.zip",
|
39 |
}
|
40 |
|
41 |
+
_NAMES = ["obsidian", "chert", "sand"]
|
42 |
|
43 |
|
44 |
class Mortars(datasets.GeneratorBasedBuilder):
|