linluqiu commited on
Commit
04454a1
·
verified ·
1 Parent(s): 4cf3d2c

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. data-00000-of-00001.arrow +3 -0
  2. dataset_info.json +101 -0
  3. state.json +13 -0
data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b4823d58bfb567555fa2873ab6ddedfea5416dcea994b8fe360d3afa7d236d2
3
+ size 142535424
dataset_info.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "parquet",
3
+ "citation": "",
4
+ "config_name": "3.0.0",
5
+ "dataset_name": "cnn_dailymail",
6
+ "dataset_size": 1369361929,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "hf://datasets/abisee/cnn_dailymail@96df5e686bee6baa90b8bee7c28b81fa3fa6223d/3.0.0/train-00000-of-00003.parquet": {
10
+ "num_bytes": 256540614,
11
+ "checksum": null
12
+ },
13
+ "hf://datasets/abisee/cnn_dailymail@96df5e686bee6baa90b8bee7c28b81fa3fa6223d/3.0.0/train-00001-of-00003.parquet": {
14
+ "num_bytes": 256588241,
15
+ "checksum": null
16
+ },
17
+ "hf://datasets/abisee/cnn_dailymail@96df5e686bee6baa90b8bee7c28b81fa3fa6223d/3.0.0/train-00002-of-00003.parquet": {
18
+ "num_bytes": 259300551,
19
+ "checksum": null
20
+ },
21
+ "hf://datasets/abisee/cnn_dailymail@96df5e686bee6baa90b8bee7c28b81fa3fa6223d/3.0.0/validation-00000-of-00001.parquet": {
22
+ "num_bytes": 34664725,
23
+ "checksum": null
24
+ },
25
+ "hf://datasets/abisee/cnn_dailymail@96df5e686bee6baa90b8bee7c28b81fa3fa6223d/3.0.0/test-00000-of-00001.parquet": {
26
+ "num_bytes": 30000471,
27
+ "checksum": null
28
+ }
29
+ },
30
+ "download_size": 837094602,
31
+ "features": {
32
+ "input": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "target": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "index": {
41
+ "dtype": "int64",
42
+ "_type": "Value"
43
+ },
44
+ "condition_input_ids": {
45
+ "feature": {
46
+ "dtype": "int64",
47
+ "_type": "Value"
48
+ },
49
+ "_type": "List"
50
+ },
51
+ "condition_sequence_length": {
52
+ "dtype": "int64",
53
+ "_type": "Value"
54
+ },
55
+ "input_ids": {
56
+ "feature": {
57
+ "dtype": "int32",
58
+ "_type": "Value"
59
+ },
60
+ "_type": "List"
61
+ },
62
+ "sequence_length": {
63
+ "dtype": "int64",
64
+ "_type": "Value"
65
+ }
66
+ },
67
+ "homepage": "",
68
+ "license": "",
69
+ "size_in_bytes": 2206456531,
70
+ "splits": {
71
+ "train": {
72
+ "name": "train",
73
+ "num_bytes": 1261703785,
74
+ "num_examples": 287113,
75
+ "shard_lengths": [
76
+ 115705,
77
+ 115704,
78
+ 55704
79
+ ],
80
+ "dataset_name": "cnn_dailymail"
81
+ },
82
+ "validation": {
83
+ "name": "validation",
84
+ "num_bytes": 57732412,
85
+ "num_examples": 13368,
86
+ "dataset_name": "cnn_dailymail"
87
+ },
88
+ "test": {
89
+ "name": "test",
90
+ "num_bytes": 49925732,
91
+ "num_examples": 11490,
92
+ "dataset_name": "cnn_dailymail"
93
+ }
94
+ },
95
+ "version": {
96
+ "version_str": "0.0.0",
97
+ "major": 0,
98
+ "minor": 0,
99
+ "patch": 0
100
+ }
101
+ }
state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "117d536bc2e0feb9",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }