Sampson2022 commited on
Commit
4feb502
1 Parent(s): 1964298

Update demo2.py

Browse files
Files changed (1) hide show
  1. demo2.py +1 -2
demo2.py CHANGED
@@ -47,11 +47,10 @@ 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=GHSAT0AAAAAABR4XKTH73T5VNFVZ3KS33FYYVQLQAA"
50
- test_url = "https://raw.githubusercontent.com/Sampson2016/test/master/test.csv?token=GHSAT0AAAAAABR4XKTHTE445FP64IQZAHE4YVQLKUQ"
51
 
52
  _URLS = {
53
  "train": train_url,
54
- "test": test_url,
55
  }
56
 
57
 
 
47
  """
48
 
49
  train_url = "https://raw.githubusercontent.com/Sampson2016/test/master/train.csv?token=GHSAT0AAAAAABR4XKTH73T5VNFVZ3KS33FYYVQLQAA"
 
50
 
51
  _URLS = {
52
  "train": train_url,
53
+ "test": train_url,
54
  }
55
 
56