akommula commited on
Commit
3035a4e
·
1 Parent(s): e86c6ff

Reorganized directories

Browse files
Files changed (1) hide show
  1. 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"}