lhoestq HF staff commited on
Commit
40f556a
1 Parent(s): 7f6b670

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -19,6 +19,42 @@ task_categories:
19
  task_ids:
20
  - news-articles-summarization
21
  paperswithcode_id: newsroom
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for "newsroom"
@@ -230,4 +266,4 @@ This Agreement is the complete and exclusive agreement between the parties with
230
 
231
  ### Contributions
232
 
233
- Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@yoavartzi](https://github.com/yoavartzi), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
19
  task_ids:
20
  - news-articles-summarization
21
  paperswithcode_id: newsroom
22
+ dataset_info:
23
+ features:
24
+ - name: text
25
+ dtype: string
26
+ - name: summary
27
+ dtype: string
28
+ - name: title
29
+ dtype: string
30
+ - name: url
31
+ dtype: string
32
+ - name: date
33
+ dtype: string
34
+ - name: density_bin
35
+ dtype: string
36
+ - name: coverage_bin
37
+ dtype: string
38
+ - name: compression_bin
39
+ dtype: string
40
+ - name: density
41
+ dtype: float32
42
+ - name: coverage
43
+ dtype: float32
44
+ - name: compression
45
+ dtype: float32
46
+ splits:
47
+ - name: test
48
+ num_bytes: 472446866
49
+ num_examples: 108862
50
+ - name: train
51
+ num_bytes: 4357506078
52
+ num_examples: 995041
53
+ - name: validation
54
+ num_bytes: 473206951
55
+ num_examples: 108837
56
+ download_size: 0
57
+ dataset_size: 5303159895
58
  ---
59
 
60
  # Dataset Card for "newsroom"
 
266
 
267
  ### Contributions
268
 
269
+ Thanks to [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten), [@yoavartzi](https://github.com/yoavartzi), [@thomwolf](https://github.com/thomwolf) for adding this dataset.