Upload PAIR.py
Browse files
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/raw/main/test.json",
|
51 |
}
|
52 |
|
53 |
|