Update dataset.py
Browse files- dataset.py +1 -1
dataset.py
CHANGED
|
@@ -49,7 +49,7 @@ _LICENSE = ""
|
|
| 49 |
# TODO: Add link to the official dataset URLs here
|
| 50 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
| 51 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
| 52 |
-
_URL = "https://
|
| 53 |
|
| 54 |
LABELS_MAPPING = {
|
| 55 |
"ami": {
|
|
|
|
| 49 |
# TODO: Add link to the official dataset URLs here
|
| 50 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
| 51 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
| 52 |
+
_URL = "https://raw.githubusercontent.com/igorktech/DAISO-benchmark/dev"
|
| 53 |
|
| 54 |
LABELS_MAPPING = {
|
| 55 |
"ami": {
|