Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
ArXiv:
License:
lhoestq HF staff commited on
Commit
07ecdd5
1 Parent(s): 5b46179

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +122 -1
README.md CHANGED
@@ -26,6 +26,127 @@ configs:
26
  - auto_full_no_split
27
  - auto_full_with_split
28
  - manual
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ---
30
 
31
  # Dataset Card for WikiAuto
@@ -241,4 +362,4 @@ You can cite the paper presenting the dataset as:
241
 
242
  ### Contributions
243
 
244
- Thanks to [@yjernite](https://github.com/yjernite), [@mounicam](https://github.com/mounicam) for adding this dataset.
 
26
  - auto_full_no_split
27
  - auto_full_with_split
28
  - manual
29
+ dataset_info:
30
+ - config_name: manual
31
+ features:
32
+ - name: alignment_label
33
+ dtype:
34
+ class_label:
35
+ names:
36
+ 0: notAligned
37
+ 1: aligned
38
+ 2: partialAligned
39
+ - name: normal_sentence_id
40
+ dtype: string
41
+ - name: simple_sentence_id
42
+ dtype: string
43
+ - name: normal_sentence
44
+ dtype: string
45
+ - name: simple_sentence
46
+ dtype: string
47
+ - name: gleu_score
48
+ dtype: float32
49
+ splits:
50
+ - name: dev
51
+ num_bytes: 21112775
52
+ num_examples: 73249
53
+ - name: test
54
+ num_bytes: 33851634
55
+ num_examples: 118074
56
+ - name: train
57
+ num_bytes: 110838475
58
+ num_examples: 373801
59
+ download_size: 168957430
60
+ dataset_size: 165802884
61
+ - config_name: auto_acl
62
+ features:
63
+ - name: normal_sentence
64
+ dtype: string
65
+ - name: simple_sentence
66
+ dtype: string
67
+ splits:
68
+ - name: full
69
+ num_bytes: 121975414
70
+ num_examples: 488332
71
+ download_size: 118068366
72
+ dataset_size: 121975414
73
+ - config_name: auto
74
+ features:
75
+ - name: example_id
76
+ dtype: string
77
+ - name: normal
78
+ struct:
79
+ - name: normal_article_id
80
+ dtype: int32
81
+ - name: normal_article_title
82
+ dtype: string
83
+ - name: normal_article_url
84
+ dtype: string
85
+ - name: normal_article_content
86
+ sequence:
87
+ - name: normal_sentence_id
88
+ dtype: string
89
+ - name: normal_sentence
90
+ dtype: string
91
+ - name: simple
92
+ struct:
93
+ - name: simple_article_id
94
+ dtype: int32
95
+ - name: simple_article_title
96
+ dtype: string
97
+ - name: simple_article_url
98
+ dtype: string
99
+ - name: simple_article_content
100
+ sequence:
101
+ - name: simple_sentence_id
102
+ dtype: string
103
+ - name: simple_sentence
104
+ dtype: string
105
+ - name: paragraph_alignment
106
+ sequence:
107
+ - name: normal_paragraph_id
108
+ dtype: string
109
+ - name: simple_paragraph_id
110
+ dtype: string
111
+ - name: sentence_alignment
112
+ sequence:
113
+ - name: normal_sentence_id
114
+ dtype: string
115
+ - name: simple_sentence_id
116
+ dtype: string
117
+ splits:
118
+ - name: part_1
119
+ num_bytes: 1773240295
120
+ num_examples: 125059
121
+ - name: part_2
122
+ num_bytes: 80417651
123
+ num_examples: 13036
124
+ download_size: 2160638921
125
+ dataset_size: 1853657946
126
+ - config_name: auto_full_no_split
127
+ features:
128
+ - name: normal_sentence
129
+ dtype: string
130
+ - name: simple_sentence
131
+ dtype: string
132
+ splits:
133
+ - name: full
134
+ num_bytes: 146310611
135
+ num_examples: 591994
136
+ download_size: 141574179
137
+ dataset_size: 146310611
138
+ - config_name: auto_full_with_split
139
+ features:
140
+ - name: normal_sentence
141
+ dtype: string
142
+ - name: simple_sentence
143
+ dtype: string
144
+ splits:
145
+ - name: full
146
+ num_bytes: 124549115
147
+ num_examples: 483801
148
+ download_size: 120678315
149
+ dataset_size: 124549115
150
  ---
151
 
152
  # Dataset Card for WikiAuto
 
362
 
363
  ### Contributions
364
 
365
+ Thanks to [@yjernite](https://github.com/yjernite), [@mounicam](https://github.com/mounicam) for adding this dataset.