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

Upload dataset

Browse files
CNN-DM/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7b218a76ebc8399e0c5ac486f2ee10281ff0e1298fbf359a816318829a24023
3
+ size 57712615
CNN-DM/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65bd5cf5e44577925eac288cd83c78f646f5ede3a572cf76b07ad5afc34885ad
3
+ size 264685157
CNN-DM/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26396467b82d6b8e0f5d0e3bf5824bc84db759f7e5eaac77eaf3f09cc788a456
3
+ size 263266113
CNN-DM/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6ba7243211083a02de1e4d81be6b19c2e7aca6e614426ef9020a5baf3f61731
3
+ size 66546968
README.md CHANGED
@@ -60,6 +60,28 @@ dataset_info:
60
  num_examples: 3245
61
  download_size: 12607245
62
  dataset_size: 21651017
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  configs:
64
  - config_name: BigPatent
65
  data_files:
@@ -81,4 +103,12 @@ configs:
81
  path: BoolQ/validation-*
82
  - split: test
83
  path: BoolQ/test-*
 
 
 
 
 
 
 
 
84
  ---
 
60
  num_examples: 3245
61
  download_size: 12607245
62
  dataset_size: 21651017
63
+ - config_name: CNN-DM
64
+ features:
65
+ - name: context
66
+ dtype: string
67
+ - name: output
68
+ dtype: string
69
+ - name: instruction
70
+ dtype: string
71
+ - name: context_sentence
72
+ sequence: string
73
+ splits:
74
+ - name: train
75
+ num_bytes: 863427270
76
+ num_examples: 100000
77
+ - name: validation
78
+ num_bytes: 112409140
79
+ num_examples: 13368
80
+ - name: test
81
+ num_bytes: 97428338
82
+ num_examples: 11490
83
+ download_size: 652210853
84
+ dataset_size: 1073264748
85
  configs:
86
  - config_name: BigPatent
87
  data_files:
 
103
  path: BoolQ/validation-*
104
  - split: test
105
  path: BoolQ/test-*
106
+ - config_name: CNN-DM
107
+ data_files:
108
+ - split: train
109
+ path: CNN-DM/train-*
110
+ - split: validation
111
+ path: CNN-DM/validation-*
112
+ - split: test
113
+ path: CNN-DM/test-*
114
  ---