lhoestq HF staff commited on
Commit
b927546
1 Parent(s): 7124db9

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +46 -1
README.md CHANGED
@@ -1,8 +1,53 @@
1
  ---
2
  paperswithcode_id: wikihow
3
  pretty_name: WikiHow
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  ### Contributions
7
 
8
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
 
1
  ---
2
  paperswithcode_id: wikihow
3
  pretty_name: WikiHow
4
+ dataset_info:
5
+ - config_name: all
6
+ features:
7
+ - name: text
8
+ dtype: string
9
+ - name: headline
10
+ dtype: string
11
+ - name: title
12
+ dtype: string
13
+ splits:
14
+ - name: test
15
+ num_bytes: 18276023
16
+ num_examples: 5577
17
+ - name: train
18
+ num_bytes: 513238309
19
+ num_examples: 157252
20
+ - name: validation
21
+ num_bytes: 18246897
22
+ num_examples: 5599
23
+ download_size: 5460385
24
+ dataset_size: 549761229
25
+ - config_name: sep
26
+ features:
27
+ - name: text
28
+ dtype: string
29
+ - name: headline
30
+ dtype: string
31
+ - name: title
32
+ dtype: string
33
+ - name: overview
34
+ dtype: string
35
+ - name: sectionLabel
36
+ dtype: string
37
+ splits:
38
+ - name: test
39
+ num_bytes: 35271826
40
+ num_examples: 37800
41
+ - name: train
42
+ num_bytes: 990499776
43
+ num_examples: 1060732
44
+ - name: validation
45
+ num_bytes: 35173966
46
+ num_examples: 37932
47
+ download_size: 5460385
48
+ dataset_size: 1060945568
49
  ---
50
 
51
  ### Contributions
52
 
53
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.