Commit
·
2c572a1
1
Parent(s):
fb79210
Update demo2.py
Browse files
demo2.py
CHANGED
@@ -46,8 +46,8 @@ articles, where the answer to every question is a segment of text, or span, \
|
|
46 |
from the corresponding reading passage, or the question might be unanswerable.
|
47 |
"""
|
48 |
|
49 |
-
train_url = "https://
|
50 |
-
test_url = "https://
|
51 |
|
52 |
_URLS = {
|
53 |
"train": train_url,
|
|
|
46 |
from the corresponding reading passage, or the question might be unanswerable.
|
47 |
"""
|
48 |
|
49 |
+
train_url = "https://raw.githubusercontent.com/Sampson2016/test/master/train.csv?token=GHSAT0AAAAAABR4XKTHOQNDJLYATOR3QTUKYVQLKGQ"
|
50 |
+
test_url = "https://raw.githubusercontent.com/Sampson2016/test/master/test.csv?token=GHSAT0AAAAAABR4XKTHTE445FP64IQZAHE4YVQLKUQ"
|
51 |
|
52 |
_URLS = {
|
53 |
"train": train_url,
|