Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
ArXiv:
Tags:
bills-summarization
License:
lhoestq HF staff commited on
Commit
c7a127c
1 Parent(s): 5f41a1b

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -33,6 +33,26 @@ train-eval-index:
33
  name: Rouge
34
  tags:
35
  - bills-summarization
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  ---
37
 
38
  # Dataset Card for "billsum"
33
  name: Rouge
34
  tags:
35
  - bills-summarization
36
+ dataset_info:
37
+ features:
38
+ - name: text
39
+ dtype: string
40
+ - name: summary
41
+ dtype: string
42
+ - name: title
43
+ dtype: string
44
+ splits:
45
+ - name: ca_test
46
+ num_bytes: 14945291
47
+ num_examples: 1237
48
+ - name: test
49
+ num_bytes: 37866257
50
+ num_examples: 3269
51
+ - name: train
52
+ num_bytes: 219596090
53
+ num_examples: 18949
54
+ download_size: 67260676
55
+ dataset_size: 272407638
56
  ---
57
 
58
  # Dataset Card for "billsum"