Howuhh commited on
Commit
b6d0687
·
1 Parent(s): 955c8cc

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/tree/main/data/{i}.hdf5" for i in range(1, 6)],
43
- "metadata": [f"https://huggingface.co/datasets/Howuhh/nle_hf_dataset/tree/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"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):