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

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/tree/main",
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/raw/main/test.json",
51
  }
52
 
53