Datasets:

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

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": "",
31
+ "normal": "",
32
  }
33
 
34