Upload dataset
Browse files
NYT_length64/NYT_length64-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb7fc19dd61e1c71844de255c90b5dccb7297208f6cd2f5e482f00eff9eb3a66
|
3 |
+
size 241960508
|
NYT_length64/NYT_length64-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d28f608750773c9d794ccc52bce1fd527bec26c175dc2644e95a91fbb93aafd8
|
3 |
+
size 242624307
|
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
-
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
@@ -22,9 +22,35 @@ dataset_info:
|
|
22 |
num_examples: 659496
|
23 |
download_size: 427035594
|
24 |
dataset_size: 632875181
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
configs:
|
26 |
- config_name: NYT_length32
|
27 |
data_files:
|
28 |
- split: NYT_length32
|
29 |
path: NYT_length32/NYT_length32-*
|
|
|
|
|
|
|
|
|
30 |
---
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
+
- config_name: NYT_length32
|
4 |
features:
|
5 |
- name: id
|
6 |
dtype: string
|
|
|
22 |
num_examples: 659496
|
23 |
download_size: 427035594
|
24 |
dataset_size: 632875181
|
25 |
+
- config_name: NYT_length64
|
26 |
+
features:
|
27 |
+
- name: id
|
28 |
+
dtype: string
|
29 |
+
- name: year
|
30 |
+
dtype: string
|
31 |
+
- name: month
|
32 |
+
dtype: string
|
33 |
+
- name: day
|
34 |
+
dtype: string
|
35 |
+
- name: title
|
36 |
+
dtype: string
|
37 |
+
- name: lead_paragraph
|
38 |
+
dtype: string
|
39 |
+
- name: input
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: NYT_length64
|
43 |
+
num_bytes: 715550864
|
44 |
+
num_examples: 600752
|
45 |
+
download_size: 484584815
|
46 |
+
dataset_size: 715550864
|
47 |
configs:
|
48 |
- config_name: NYT_length32
|
49 |
data_files:
|
50 |
- split: NYT_length32
|
51 |
path: NYT_length32/NYT_length32-*
|
52 |
+
- config_name: NYT_length64
|
53 |
+
data_files:
|
54 |
+
- split: NYT_length64
|
55 |
+
path: NYT_length64/NYT_length64-*
|
56 |
---
|