lhoestq HF staff commited on
Commit
c3d5662
1 Parent(s): 12e95db

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -1,6 +1,37 @@
1
  ---
2
  paperswithcode_id: null
3
  pretty_name: hansards
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Dataset Card for "hansards"
@@ -185,4 +216,4 @@ The data fields are the same among all splits.
185
 
186
  ### Contributions
187
 
188
- Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
1
  ---
2
  paperswithcode_id: null
3
  pretty_name: hansards
4
+ dataset_info:
5
+ - config_name: senate
6
+ features:
7
+ - name: fr
8
+ dtype: string
9
+ - name: en
10
+ dtype: string
11
+ splits:
12
+ - name: test
13
+ num_bytes: 5711686
14
+ num_examples: 25553
15
+ - name: train
16
+ num_bytes: 40324278
17
+ num_examples: 182135
18
+ download_size: 15247360
19
+ dataset_size: 46035964
20
+ - config_name: house
21
+ features:
22
+ - name: fr
23
+ dtype: string
24
+ - name: en
25
+ dtype: string
26
+ splits:
27
+ - name: test
28
+ num_bytes: 22906629
29
+ num_examples: 122290
30
+ - name: train
31
+ num_bytes: 191459584
32
+ num_examples: 947969
33
+ download_size: 67584000
34
+ dataset_size: 214366213
35
  ---
36
 
37
  # Dataset Card for "hansards"
216
 
217
  ### Contributions
218
 
219
+ Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.