mskrt commited on
Commit
c8d74d9
·
verified ·
1 Parent(s): bc4013d

Upload PAIR.py

Browse files
Files changed (1) hide show
  1. PAIR.py +1 -2
PAIR.py CHANGED
@@ -47,8 +47,7 @@ _LICENSE = ""
47
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
48
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
49
  _URLS = {
50
- "first_domain": "https://huggingface.co/great-new-dataset-first_domain.zip",
51
- "second_domain": "https://huggingface.co/great-new-dataset-second_domain.zip",
52
  }
53
 
54
 
 
47
  # The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
48
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
49
  _URLS = {
50
+ "first_domain": "https://huggingface.co/datasets/mskrt/PAIR/",
 
51
  }
52
 
53