Upload dataset
Browse files
GovReport/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60c527cab1f65de3378b9e5447643101705f51442c5f783d3acbb0d06ce4ba50
|
3 |
+
size 47118716
|
GovReport/train-00000-of-00004.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e260f8474f25f986dfc457c863d835c3fc91f115302ad482a9f5580b187ca798
|
3 |
+
size 224167348
|
GovReport/train-00001-of-00004.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdccef79a2f68c25564abceddda28bf6eca24d2a4e7d9ca71ba697dc0ec0bc61
|
3 |
+
size 226068157
|
GovReport/train-00002-of-00004.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e13a5f39fa07f118a336b1c726249e7bb6acec953752849fc9444e3340304b3
|
3 |
+
size 221597014
|
GovReport/train-00003-of-00004.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48d20e43acf4fe26061b80b3a86ce28901edcca56ec114e1419ec6750ccad15d
|
3 |
+
size 230668587
|
GovReport/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8ff26fac77ee502f5e841ea8cc32c8f0c19b205d82fa43686443b3099f5760d
|
3 |
+
size 51447707
|
README.md
CHANGED
@@ -123,6 +123,28 @@ dataset_info:
|
|
123 |
num_examples: 9535
|
124 |
download_size: 14620500
|
125 |
dataset_size: 48267198
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
configs:
|
127 |
- config_name: BigPatent
|
128 |
data_files:
|
@@ -166,4 +188,12 @@ configs:
|
|
166 |
path: DROP/train-*
|
167 |
- split: validation
|
168 |
path: DROP/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
---
|
|
|
123 |
num_examples: 9535
|
124 |
download_size: 14620500
|
125 |
dataset_size: 48267198
|
126 |
+
- config_name: GovReport
|
127 |
+
features:
|
128 |
+
- name: context
|
129 |
+
dtype: string
|
130 |
+
- name: output
|
131 |
+
dtype: string
|
132 |
+
- name: instruction
|
133 |
+
dtype: string
|
134 |
+
- name: context_sentence
|
135 |
+
sequence: string
|
136 |
+
splits:
|
137 |
+
- name: train
|
138 |
+
num_bytes: 1868279205
|
139 |
+
num_examples: 17517
|
140 |
+
- name: validation
|
141 |
+
num_bytes: 108895887
|
142 |
+
num_examples: 973
|
143 |
+
- name: test
|
144 |
+
num_bytes: 100349892
|
145 |
+
num_examples: 973
|
146 |
+
download_size: 1001067529
|
147 |
+
dataset_size: 2077524984
|
148 |
configs:
|
149 |
- config_name: BigPatent
|
150 |
data_files:
|
|
|
188 |
path: DROP/train-*
|
189 |
- split: validation
|
190 |
path: DROP/validation-*
|
191 |
+
- config_name: GovReport
|
192 |
+
data_files:
|
193 |
+
- split: train
|
194 |
+
path: GovReport/train-*
|
195 |
+
- split: validation
|
196 |
+
path: GovReport/validation-*
|
197 |
+
- split: test
|
198 |
+
path: GovReport/test-*
|
199 |
---
|