lhoestq HF staff commited on
Commit
58cb418
1 Parent(s): a7206c8

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +61 -1
README.md CHANGED
@@ -28,6 +28,67 @@ train-eval-index:
28
  col_mapping:
29
  article: text
30
  highlights: target
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ---
32
  # Dataset Card for CNN Dailymail Dataset
33
 
@@ -217,4 +278,3 @@ The CNN / Daily Mail dataset version 1.0.0 is released under the [Apache-2.0 Lic
217
  ### Contributions
218
 
219
  Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@jplu](https://github.com/jplu), [@jbragg](https://github.com/jbragg), [@patrickvonplaten](https://github.com/patrickvonplaten) and [@mcmillanmajora](https://github.com/mcmillanmajora) for adding this dataset.
220
-
 
28
  col_mapping:
29
  article: text
30
  highlights: target
31
+ dataset_info:
32
+ - config_name: 3.0.0
33
+ features:
34
+ - name: article
35
+ dtype: string
36
+ - name: highlights
37
+ dtype: string
38
+ - name: id
39
+ dtype: string
40
+ splits:
41
+ - name: test
42
+ num_bytes: 49925756
43
+ num_examples: 11490
44
+ - name: train
45
+ num_bytes: 1261704133
46
+ num_examples: 287113
47
+ - name: validation
48
+ num_bytes: 57732436
49
+ num_examples: 13368
50
+ download_size: 585439472
51
+ dataset_size: 1369362325
52
+ - config_name: 1.0.0
53
+ features:
54
+ - name: article
55
+ dtype: string
56
+ - name: highlights
57
+ dtype: string
58
+ - name: id
59
+ dtype: string
60
+ splits:
61
+ - name: test
62
+ num_bytes: 49925756
63
+ num_examples: 11490
64
+ - name: train
65
+ num_bytes: 1261704133
66
+ num_examples: 287113
67
+ - name: validation
68
+ num_bytes: 57732436
69
+ num_examples: 13368
70
+ download_size: 585439472
71
+ dataset_size: 1369362325
72
+ - config_name: 2.0.0
73
+ features:
74
+ - name: article
75
+ dtype: string
76
+ - name: highlights
77
+ dtype: string
78
+ - name: id
79
+ dtype: string
80
+ splits:
81
+ - name: test
82
+ num_bytes: 49925756
83
+ num_examples: 11490
84
+ - name: train
85
+ num_bytes: 1261704133
86
+ num_examples: 287113
87
+ - name: validation
88
+ num_bytes: 57732436
89
+ num_examples: 13368
90
+ download_size: 585439472
91
+ dataset_size: 1369362325
92
  ---
93
  # Dataset Card for CNN Dailymail Dataset
94
 
 
278
  ### Contributions
279
 
280
  Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@jplu](https://github.com/jplu), [@jbragg](https://github.com/jbragg), [@patrickvonplaten](https://github.com/patrickvonplaten) and [@mcmillanmajora](https://github.com/mcmillanmajora) for adding this dataset.