lhoestq HF Staff commited on
Commit
5e184f4
·
1 Parent(s): 573e219

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +52 -1
README.md CHANGED
@@ -1,6 +1,57 @@
1
  ---
2
  paperswithcode_id: null
3
  pretty_name: StyleChangeDetection
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  ---
5
 
6
  # Dataset Card for "style_change_detection"
@@ -195,4 +246,4 @@ The data fields are the same among all splits.
195
 
196
  ### Contributions
197
 
198
- Thanks to [@lewtun](https://github.com/lewtun), [@ghomasHudson](https://github.com/ghomasHudson), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq) for adding this dataset.
 
1
  ---
2
  paperswithcode_id: null
3
  pretty_name: StyleChangeDetection
4
+ dataset_info:
5
+ - config_name: narrow
6
+ features:
7
+ - name: id
8
+ dtype: string
9
+ - name: text
10
+ dtype: string
11
+ - name: authors
12
+ dtype: int32
13
+ - name: structure
14
+ sequence: string
15
+ - name: site
16
+ dtype: string
17
+ - name: multi-author
18
+ dtype: bool
19
+ - name: changes
20
+ sequence: bool
21
+ splits:
22
+ - name: train
23
+ num_bytes: 40499150
24
+ num_examples: 3418
25
+ - name: validation
26
+ num_bytes: 20447137
27
+ num_examples: 1713
28
+ download_size: 0
29
+ dataset_size: 60946287
30
+ - config_name: wide
31
+ features:
32
+ - name: id
33
+ dtype: string
34
+ - name: text
35
+ dtype: string
36
+ - name: authors
37
+ dtype: int32
38
+ - name: structure
39
+ sequence: string
40
+ - name: site
41
+ dtype: string
42
+ - name: multi-author
43
+ dtype: bool
44
+ - name: changes
45
+ sequence: bool
46
+ splits:
47
+ - name: train
48
+ num_bytes: 97403392
49
+ num_examples: 8030
50
+ - name: validation
51
+ num_bytes: 48850089
52
+ num_examples: 4019
53
+ download_size: 0
54
+ dataset_size: 146253481
55
  ---
56
 
57
  # Dataset Card for "style_change_detection"
 
246
 
247
  ### Contributions
248
 
249
+ Thanks to [@lewtun](https://github.com/lewtun), [@ghomasHudson](https://github.com/ghomasHudson), [@thomwolf](https://github.com/thomwolf), [@lhoestq](https://github.com/lhoestq) for adding this dataset.