Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
lhoestq HF staff commited on
Commit
1a1b54f
1 Parent(s): c35ca01

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -30,8 +30,28 @@ train-eval-index:
30
  document: text
31
  summary: target
32
  metrics:
33
- - type: rouge
34
- name: Rouge
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  ---
36
 
37
  # Dataset Card for "xsum"
@@ -190,4 +210,4 @@ The data fields are the same among all splits.
190
 
191
  ### Contributions
192
 
193
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@jbragg](https://github.com/jbragg), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) 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
+ - name: id
42
+ dtype: string
43
+ splits:
44
+ - name: test
45
+ num_bytes: 26756165
46
+ num_examples: 11334
47
+ - name: train
48
+ num_bytes: 479206608
49
+ num_examples: 204045
50
+ - name: validation
51
+ num_bytes: 26292901
52
+ num_examples: 11332
53
+ download_size: 257302866
54
+ dataset_size: 532255674
55
  ---
56
 
57
  # Dataset Card for "xsum"
 
210
 
211
  ### Contributions
212
 
213
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@jbragg](https://github.com/jbragg), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.