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

Upload PAIR.py

Browse files
Files changed (1) hide show
  1. PAIR.py +1 -1
PAIR.py CHANGED
@@ -47,7 +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/datasets/mskrt/PAIR/",
51
  }
52
 
53
 
 
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/tree/main",
51
  }
52
 
53