Datasets:

Modalities:
Text
Size:
< 1K
Libraries:
Datasets
rajivratn commited on
Commit
bdb3c59
·
1 Parent(s): d421da4

Update test_ldkp.py

Browse files
Files changed (1) hide show
  1. test_ldkp.py +2 -2
test_ldkp.py CHANGED
@@ -27,8 +27,8 @@ _LICENSE = ""
27
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
28
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
29
  _URLS = {
30
- "ldkp": "",
31
- "normal": "",
32
  }
33
 
34
 
 
27
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
28
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
29
  _URLS = {
30
+ "ldkp": "https://huggingface.co/datasets/midas/test_ldkp",
31
+ "normal": "https://huggingface.co/datasets/midas/test_ldkp",
32
  }
33
 
34