Upload dataset
Browse files- Qasper/train-00000-of-00001.parquet +3 -0
- README.md +20 -0
Qasper/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a82c6792e75963a09802d9333d385a6cf48ea32e319ea3b439e0eded45e3f07
|
3 |
+
size 41697628
|
README.md
CHANGED
@@ -244,6 +244,22 @@ dataset_info:
|
|
244 |
num_examples: 1257
|
245 |
download_size: 43933066
|
246 |
dataset_size: 130848491
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
247 |
configs:
|
248 |
- config_name: BigPatent
|
249 |
data_files:
|
@@ -321,4 +337,8 @@ configs:
|
|
321 |
data_files:
|
322 |
- split: train
|
323 |
path: QMsum/train-*
|
|
|
|
|
|
|
|
|
324 |
---
|
|
|
244 |
num_examples: 1257
|
245 |
download_size: 43933066
|
246 |
dataset_size: 130848491
|
247 |
+
- config_name: Qasper
|
248 |
+
features:
|
249 |
+
- name: context
|
250 |
+
dtype: string
|
251 |
+
- name: instruction
|
252 |
+
dtype: string
|
253 |
+
- name: output
|
254 |
+
dtype: string
|
255 |
+
- name: context_sentence
|
256 |
+
sequence: string
|
257 |
+
splits:
|
258 |
+
- name: train
|
259 |
+
num_bytes: 132355093
|
260 |
+
num_examples: 2567
|
261 |
+
download_size: 41697628
|
262 |
+
dataset_size: 132355093
|
263 |
configs:
|
264 |
- config_name: BigPatent
|
265 |
data_files:
|
|
|
337 |
data_files:
|
338 |
- split: train
|
339 |
path: QMsum/train-*
|
340 |
+
- config_name: Qasper
|
341 |
+
data_files:
|
342 |
+
- split: train
|
343 |
+
path: Qasper/train-*
|
344 |
---
|