Hieu Nguyen commited on
Commit
6aeb37f
·
1 Parent(s): ec0f4ea
Files changed (1) hide show
  1. 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": "http://52.172.255.53:9000/yuangang/train-v1.1.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minioadmin%2F20230329%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230329T004414Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=4d4781f20c3a174c1bce60ce1a6b8f452519ee5e5036d57ee0840018040667d3",
52
- "dev": "http://52.172.255.53:9000/yuangang/dev-v1.1.json?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minioadmin%2F20230329%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230329T004709Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=7f17bd42a64d5b29e694a1816758bd8b4d28639c97e3874a8ebfc51757b750b0"
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