mjkmain commited on
Commit
1538b0f
·
verified ·
1 Parent(s): 7ef0afb

Upload dataset

Browse files
CosmosQA/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b28df64f9d9b006e762b846ea3c24b31acf5e81c0b798a38115b168b780a36
3
+ size 3877122
CosmosQA/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fbbd228128d84caca88d595bbfee60d45d0e2b0569e367a392b82b4d0887b89
3
+ size 10223743
CosmosQA/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97bcc413ed18e601589896a13a6a6f93d34fda1b5f3145716232973bbe5327fc
3
+ size 1672481
README.md CHANGED
@@ -82,6 +82,28 @@ dataset_info:
82
  num_examples: 11490
83
  download_size: 652210853
84
  dataset_size: 1073264748
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
85
  configs:
86
  - config_name: BigPatent
87
  data_files:
@@ -111,4 +133,12 @@ configs:
111
  path: CNN-DM/validation-*
112
  - split: test
113
  path: CNN-DM/test-*
 
 
 
 
 
 
 
 
114
  ---
 
82
  num_examples: 11490
83
  download_size: 652210853
84
  dataset_size: 1073264748
85
+ - config_name: CosmosQA
86
+ features:
87
+ - name: context
88
+ dtype: string
89
+ - name: instruction
90
+ dtype: string
91
+ - name: output
92
+ dtype: string
93
+ - name: context_sentence
94
+ sequence: string
95
+ splits:
96
+ - name: train
97
+ num_bytes: 26971402
98
+ num_examples: 25262
99
+ - name: test
100
+ num_bytes: 8004035
101
+ num_examples: 6963
102
+ - name: validation
103
+ num_bytes: 3421792
104
+ num_examples: 2985
105
+ download_size: 15773346
106
+ dataset_size: 38397229
107
  configs:
108
  - config_name: BigPatent
109
  data_files:
 
133
  path: CNN-DM/validation-*
134
  - split: test
135
  path: CNN-DM/test-*
136
+ - config_name: CosmosQA
137
+ data_files:
138
+ - split: train
139
+ path: CosmosQA/train-*
140
+ - split: test
141
+ path: CosmosQA/test-*
142
+ - split: validation
143
+ path: CosmosQA/validation-*
144
  ---