zechen-nlp commited on
Commit
ca7420c
·
verified ·
1 Parent(s): 7e56bf1

Add QA for triviaqa-wikiqa with 4096 tokens

Browse files
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: apache-2.0
3
+ dataset_info:
4
+ config_name: wikiqa_4096
5
+ features:
6
+ - name: question
7
+ dtype: string
8
+ - name: answer
9
+ dtype: string
10
+ - name: answer_aliases
11
+ list: string
12
+ - name: num_tokens
13
+ dtype: int64
14
+ - name: context
15
+ list: string
16
+ splits:
17
+ - name: train
18
+ num_bytes: 154187325
19
+ num_examples: 16989
20
+ - name: test
21
+ num_bytes: 19945186
22
+ num_examples: 2214
23
+ download_size: 105473524
24
+ dataset_size: 174132511
25
+ configs:
26
+ - config_name: wikiqa_4096
27
+ data_files:
28
+ - split: train
29
+ path: wikiqa_4096/train-*
30
+ - split: test
31
+ path: wikiqa_4096/test-*
32
  ---
wikiqa_4096/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a82417d3c035e661471b14ca819c759a21f23a07a48c49ce5969a17ed9493891
3
+ size 12136098
wikiqa_4096/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fda9c0b5f178ff38f5b8575eab1a8a1e334313fdf3af1ff14d7906d2a2b7fbc8
3
+ size 93337426