mjkmain commited on
Commit
6f70b52
·
verified ·
1 Parent(s): 8e8d76f

Upload dataset

Browse files
BookSum/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:088e4313ae4376b662c923fdbfbfd0a46047296e921ae3afdf43b79a45993711
3
+ size 40309882
BookSum/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ee3186d920b8692720c987621731d7973e86078a4cdea5689d746adc16900fb
3
+ size 285936804
BookSum/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3537f94e169f7249e155f82b75900eacaa266f11587991dc58c8835724e4e34
3
+ size 37191339
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  dataset_info:
3
- config_name: BigPatent
4
  features:
5
  - name: context
6
  dtype: string
@@ -16,9 +16,39 @@ dataset_info:
16
  num_examples: 50000
17
  download_size: 1272481947
18
  dataset_size: 3056976240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  configs:
20
  - config_name: BigPatent
21
  data_files:
22
  - split: train
23
  path: BigPatent/train-*
 
 
 
 
 
 
 
 
24
  ---
 
1
  ---
2
  dataset_info:
3
+ - config_name: BigPatent
4
  features:
5
  - name: context
6
  dtype: string
 
16
  num_examples: 50000
17
  download_size: 1272481947
18
  dataset_size: 3056976240
19
+ - config_name: BookSum
20
+ features:
21
+ - name: output
22
+ dtype: string
23
+ - name: context
24
+ dtype: string
25
+ - name: instruction
26
+ dtype: string
27
+ - name: context_sentence
28
+ sequence: string
29
+ splits:
30
+ - name: train
31
+ num_bytes: 476317871
32
+ num_examples: 9600
33
+ - name: validation
34
+ num_bytes: 63750022
35
+ num_examples: 1484
36
+ - name: test
37
+ num_bytes: 71934433
38
+ num_examples: 1431
39
+ download_size: 363438025
40
+ dataset_size: 612002326
41
  configs:
42
  - config_name: BigPatent
43
  data_files:
44
  - split: train
45
  path: BigPatent/train-*
46
+ - config_name: BookSum
47
+ data_files:
48
+ - split: train
49
+ path: BookSum/train-*
50
+ - split: validation
51
+ path: BookSum/validation-*
52
+ - split: test
53
+ path: BookSum/test-*
54
  ---