lhoestq HF staff commited on
Commit
ccee60d
1 Parent(s): cc2fa3d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +39 -1
README.md CHANGED
@@ -19,6 +19,44 @@ task_ids:
19
  - news-articles-summarization
20
  paperswithcode_id: null
21
  pretty_name: Polish Summaries Corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Polish Summaries Corpus
@@ -721,4 +759,4 @@ Single train split
721
  ```
722
  ### Contributions
723
 
724
- Thanks to [@kldarek](https://github.com/kldarek) for adding this dataset.
19
  - news-articles-summarization
20
  paperswithcode_id: null
21
  pretty_name: Polish Summaries Corpus
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: date
27
+ dtype: string
28
+ - name: title
29
+ dtype: string
30
+ - name: section
31
+ dtype: string
32
+ - name: authors
33
+ dtype: string
34
+ - name: body
35
+ dtype: string
36
+ - name: summaries
37
+ sequence:
38
+ - name: ratio
39
+ dtype: int32
40
+ - name: type
41
+ dtype: string
42
+ - name: author
43
+ dtype: string
44
+ - name: body
45
+ dtype: string
46
+ - name: spans
47
+ sequence:
48
+ - name: start
49
+ dtype: int32
50
+ - name: end
51
+ dtype: int32
52
+ - name: span_text
53
+ dtype: string
54
+ splits:
55
+ - name: train
56
+ num_bytes: 34787575
57
+ num_examples: 569
58
+ download_size: 6082812
59
+ dataset_size: 34787575
60
  ---
61
 
62
  # Dataset Card for Polish Summaries Corpus
759
  ```
760
  ### Contributions
761
 
762
+ Thanks to [@kldarek](https://github.com/kldarek) for adding this dataset.