Datasets:
Reorganized directories
Browse files- openpi_v2.py +1 -1
openpi_v2.py
CHANGED
|
@@ -42,7 +42,7 @@ TEMPORARY DESCRIPTION
|
|
| 42 |
_LICENSE = "CC BY 4.0"
|
| 43 |
_VERSION = "1.0.0"
|
| 44 |
_HOMEPAGE = "https://allenai.org/data/openpi"
|
| 45 |
-
_URL = "https://huggingface.co/datasets/abhinavk/openpi_v2/resolve/main/"
|
| 46 |
_URLS = {"train": _URL + "train-data.json",
|
| 47 |
"dev": _URL + "dev-data.json",
|
| 48 |
"test": _URL + "test-data.json"}
|
|
|
|
| 42 |
_LICENSE = "CC BY 4.0"
|
| 43 |
_VERSION = "1.0.0"
|
| 44 |
_HOMEPAGE = "https://allenai.org/data/openpi"
|
| 45 |
+
_URL = "https://huggingface.co/datasets/abhinavk/openpi_v2/resolve/main/data/"
|
| 46 |
_URLS = {"train": _URL + "train-data.json",
|
| 47 |
"dev": _URL + "dev-data.json",
|
| 48 |
"test": _URL + "test-data.json"}
|