xPXXX commited on
Commit
69ad1f7
·
verified ·
1 Parent(s): 7a186b1

Upload dataset

Browse files
Files changed (2) hide show
  1. HotpotQA/train-00000-of-00001.parquet +3 -0
  2. README.md +28 -0
HotpotQA/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cff7153eab6a1fcf199cb881fb589b34a3c8aabba6f9d11e38a9cb1df137ba3
3
+ size 536659
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ dataset_info:
4
+ config_name: HotpotQA
5
+ features:
6
+ - name: id
7
+ dtype: string
8
+ - name: query
9
+ dtype: string
10
+ - name: answer
11
+ dtype: string
12
+ - name: type
13
+ dtype: string
14
+ - name: context
15
+ dtype: string
16
+ - name: gpt3_response
17
+ dtype: string
18
+ - name: other
19
+ dtype: string
20
+ splits:
21
+ - name: train
22
+ num_bytes: 931919
23
+ num_examples: 700
24
+ download_size: 536659
25
+ dataset_size: 931919
26
+ configs:
27
+ - config_name: HotpotQA
28
+ data_files:
29
+ - split: train
30
+ path: HotpotQA/train-*
31
  ---