Xinyu Crystina ZHANG commited on
Commit
6b23a62
·
1 Parent(s): 1850808

add all url

Browse files
Files changed (1) hide show
  1. xor-tydi.py +9 -2
xor-tydi.py CHANGED
@@ -33,8 +33,15 @@ _DESCRIPTION = "dataset load script for Wikipedia NQ"
33
 
34
  base = "/home/czhang/src/task-sparse/tevatron/hgf_datasets/xor-tydi"
35
  _DATASET_URLS = {
36
- 'train': f"https://huggingface.co/datasets/crystina-z/xor-tydi/resolve/main/train/xor-t2e-100w.jsonl.gz",
37
- 'dev': f"https://huggingface.co/datasets/crystina-z/xor-tydi/resolve/main/dev/xor_dev_full_v1_1.jsonl",
 
 
 
 
 
 
 
38
  # 'test': f"{base}",
39
  }
40
 
 
33
 
34
  base = "/home/czhang/src/task-sparse/tevatron/hgf_datasets/xor-tydi"
35
  _DATASET_URLS = {
36
+ 'train': f'https://huggingface.co/datasets/crystina-z/xor-tydi/resolve/main/train/xor-t2e-100w.jsonl.gz',
37
+ 'eng_span': {
38
+ 'dev': f'https://huggingface.co/datasets/crystina-z/xor-tydi/resolve/main/dev/xor_dev_retrieve_eng_span_v1_1.jsonl',
39
+ 'test': f'https://huggingface.co/datasets/crystina-z/xor-tydi/resolve/main/test/xor_test_retrieve_eng_span_q_only_v1_1.jsonl',
40
+ },
41
+ 'full': {
42
+ 'dev': f'https://huggingface.co/datasets/crystina-z/xor-tydi/resolve/main/dev/xor_dev_full_v1_1.jsonl',
43
+ 'test': f'https://huggingface.co/datasets/crystina-z/xor-tydi/resolve/main/dev/xor_test_full_q_only_v1_1.jsonl',
44
+ }
45
  # 'test': f"{base}",
46
  }
47