changxin commited on
Commit
18371b3
1 Parent(s): 36c16d0

Update test_pq.py

Browse files
Files changed (1) hide show
  1. test_pq.py +1 -1
test_pq.py CHANGED
@@ -9,7 +9,7 @@ This is a test dataset.
9
  """
10
 
11
  _URLS = {
12
- "train": "https://huggingface.co/datasets/changxin/test_pq/main/another_text.txt", # absolute
13
  "dev": "some_text.txt", # relative
14
  }
15
 
 
9
  """
10
 
11
  _URLS = {
12
+ "train": "https://huggingface.co/datasets/changxin/test_pq/blob/main/another_text.txt", # absolute
13
  "dev": "some_text.txt", # relative
14
  }
15