Sampson2022 commited on
Commit
2c572a1
·
1 Parent(s): fb79210

Update demo2.py

Browse files
Files changed (1) hide show
  1. demo2.py +2 -2
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://dev-s3.outer.fuxi.netease.com/models/075d0c8a362646ad98a0c7a70286e93a/train.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220620T080409Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604800&X-Amz-Credential=HHRC8E0HQWZYBIVXJSZE%2F20220620%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=8d83aacf6aaecdd27f25b120c4f43233f06caa5191a5978b25cd4c2b2141157c"
50
- test_url = "https://dev-s3.outer.fuxi.netease.com/models/075d0c8a362646ad98a0c7a70286e93a/test.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20220620T080409Z&X-Amz-SignedHeaders=host&X-Amz-Expires=604799&X-Amz-Credential=HHRC8E0HQWZYBIVXJSZE%2F20220620%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Signature=ebd95af5d8fec251c9dcfa11b8a7069877b3dfbf9eedabe08e5b7415e7c31d3b"
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,