Howuhh commited on
Commit
fe5058f
·
1 Parent(s): 7eed013

Upload nle_hf_dataset.py

Browse files
Files changed (1) hide show
  1. nle_hf_dataset.py +2 -2
nle_hf_dataset.py CHANGED
@@ -39,8 +39,8 @@ _HOMEPAGE = ""
39
  _LICENSE = ""
40
 
41
  _URLS = {
42
- "data": [f"https://huggingface.co/datasets/Howuhh/nle_hf_dataset/blob/main/data/{i}.hdf5" for i in range(1, 6)],
43
- "metadata": [f"https://huggingface.co/datasets/Howuhh/nle_hf_dataset/blob/main/metadata/{i}.json" for i in range(1, 6)],
44
  }
45
 
46
  class NleHfDataset(datasets.GeneratorBasedBuilder):
 
39
  _LICENSE = ""
40
 
41
  _URLS = {
42
+ "data": [f"data/{i}.hdf5" for i in range(1, 6)],
43
+ "metadata": [f"metadata/{i}.json" for i in range(1, 6)],
44
  }
45
 
46
  class NleHfDataset(datasets.GeneratorBasedBuilder):