Hieu Nguyen
commited on
Commit
·
6aeb37f
1
Parent(s):
ec0f4ea
Revert
Browse files- deep-research.py +2 -2
deep-research.py
CHANGED
@@ -48,8 +48,8 @@ _LICENSE = ""
|
|
48 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
49 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
50 |
_URLS = {
|
51 |
-
"train": "
|
52 |
-
"dev": "
|
53 |
}
|
54 |
|
55 |
|
|
|
48 |
# The HuggingFace Datasets library doesn't host the datasets but only points to the original files.
|
49 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
50 |
_URLS = {
|
51 |
+
"train": "https://rajpurkar.github.io/SQuAD-explorer/dataset/train-v1.1.json",
|
52 |
+
"dev": "https://rajpurkar.github.io/SQuAD-explorer/dataset/dev-v1.1.json"
|
53 |
}
|
54 |
|
55 |
|