lhoestq HF staff commited on
Commit
0f7cd97
1 Parent(s): dbef88e

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -30,8 +30,26 @@ train-eval-index:
30
  document: text
31
  summary: target
32
  metrics:
33
- - type: rouge
34
- name: Rouge
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
 
37
  # Dataset Card for Multi-News
@@ -212,4 +230,4 @@ This Agreement is the complete and exclusive agreement between the parties with
212
 
213
  ### Contributions
214
 
215
- Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
30
  document: text
31
  summary: target
32
  metrics:
33
+ - type: rouge
34
+ name: Rouge
35
+ dataset_info:
36
+ features:
37
+ - name: document
38
+ dtype: string
39
+ - name: summary
40
+ dtype: string
41
+ splits:
42
+ - name: test
43
+ num_bytes: 70032124
44
+ num_examples: 5622
45
+ - name: train
46
+ num_bytes: 558392265
47
+ num_examples: 44972
48
+ - name: validation
49
+ num_bytes: 68272432
50
+ num_examples: 5622
51
+ download_size: 756785627
52
+ dataset_size: 696696821
53
  ---
54
 
55
  # Dataset Card for Multi-News
 
230
 
231
  ### Contributions
232
 
233
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@thomwolf](https://github.com/thomwolf) for adding this dataset.