lhoestq HF staff commited on
Commit
1a16c8a
1 Parent(s): a7e4acd

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +164 -1
README.md CHANGED
@@ -42,6 +42,169 @@ configs:
42
  - alt-my-transliteration
43
  - alt-my-west-transliteration
44
  - alt-parallel
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ---
46
 
47
  # Dataset Card for Asian Language Treebank (ALT)
@@ -264,4 +427,4 @@ BibTeX:
264
 
265
  ### Contributions
266
 
267
- Thanks to [@chameleonTK](https://github.com/chameleonTK) for adding this dataset.
42
  - alt-my-transliteration
43
  - alt-my-west-transliteration
44
  - alt-parallel
45
+ dataset_info:
46
+ - config_name: alt-parallel
47
+ features:
48
+ - name: SNT.URLID
49
+ dtype: string
50
+ - name: SNT.URLID.SNTID
51
+ dtype: string
52
+ - name: url
53
+ dtype: string
54
+ - name: translation
55
+ dtype:
56
+ translation:
57
+ languages:
58
+ - bg
59
+ - en
60
+ - en_tok
61
+ - fil
62
+ - hi
63
+ - id
64
+ - ja
65
+ - khm
66
+ - lo
67
+ - ms
68
+ - my
69
+ - th
70
+ - vi
71
+ - zh
72
+ splits:
73
+ - name: test
74
+ num_bytes: 3815633
75
+ num_examples: 1019
76
+ - name: train
77
+ num_bytes: 68462384
78
+ num_examples: 18094
79
+ - name: validation
80
+ num_bytes: 3712980
81
+ num_examples: 1004
82
+ download_size: 21285784
83
+ dataset_size: 75990997
84
+ - config_name: alt-en
85
+ features:
86
+ - name: SNT.URLID
87
+ dtype: string
88
+ - name: SNT.URLID.SNTID
89
+ dtype: string
90
+ - name: url
91
+ dtype: string
92
+ - name: status
93
+ dtype: string
94
+ - name: value
95
+ dtype: string
96
+ splits:
97
+ - name: test
98
+ num_bytes: 567292
99
+ num_examples: 1017
100
+ - name: train
101
+ num_bytes: 10075609
102
+ num_examples: 17889
103
+ - name: validation
104
+ num_bytes: 544739
105
+ num_examples: 988
106
+ download_size: 2739055
107
+ dataset_size: 11187640
108
+ - config_name: alt-jp
109
+ features:
110
+ - name: SNT.URLID
111
+ dtype: string
112
+ - name: SNT.URLID.SNTID
113
+ dtype: string
114
+ - name: url
115
+ dtype: string
116
+ - name: status
117
+ dtype: string
118
+ - name: value
119
+ dtype: string
120
+ - name: word_alignment
121
+ dtype: string
122
+ - name: jp_tokenized
123
+ dtype: string
124
+ - name: en_tokenized
125
+ dtype: string
126
+ splits:
127
+ - name: test
128
+ num_bytes: 1175624
129
+ num_examples: 931
130
+ - name: train
131
+ num_bytes: 21891867
132
+ num_examples: 17202
133
+ - name: validation
134
+ num_bytes: 1181587
135
+ num_examples: 953
136
+ download_size: 12007999
137
+ dataset_size: 24249078
138
+ - config_name: alt-my
139
+ features:
140
+ - name: SNT.URLID
141
+ dtype: string
142
+ - name: SNT.URLID.SNTID
143
+ dtype: string
144
+ - name: url
145
+ dtype: string
146
+ - name: value
147
+ dtype: string
148
+ splits:
149
+ - name: test
150
+ num_bytes: 1135209
151
+ num_examples: 1018
152
+ - name: train
153
+ num_bytes: 20433275
154
+ num_examples: 18088
155
+ - name: validation
156
+ num_bytes: 1111410
157
+ num_examples: 1000
158
+ download_size: 3028302
159
+ dataset_size: 22679894
160
+ - config_name: alt-km
161
+ features:
162
+ - name: SNT.URLID
163
+ dtype: string
164
+ - name: SNT.URLID.SNTID
165
+ dtype: string
166
+ - name: url
167
+ dtype: string
168
+ - name: km_pos_tag
169
+ dtype: string
170
+ - name: km_tokenized
171
+ dtype: string
172
+ splits:
173
+ - name: test
174
+ num_bytes: 673753
175
+ num_examples: 1018
176
+ - name: train
177
+ num_bytes: 12015411
178
+ num_examples: 18088
179
+ - name: validation
180
+ num_bytes: 655232
181
+ num_examples: 1000
182
+ download_size: 2410832
183
+ dataset_size: 13344396
184
+ - config_name: alt-my-transliteration
185
+ features:
186
+ - name: en
187
+ dtype: string
188
+ - name: my
189
+ sequence: string
190
+ splits:
191
+ - name: train
192
+ num_bytes: 4249424
193
+ num_examples: 84022
194
+ download_size: 1232127
195
+ dataset_size: 4249424
196
+ - config_name: alt-my-west-transliteration
197
+ features:
198
+ - name: en
199
+ dtype: string
200
+ - name: my
201
+ sequence: string
202
+ splits:
203
+ - name: train
204
+ num_bytes: 7412043
205
+ num_examples: 107121
206
+ download_size: 2830071
207
+ dataset_size: 7412043
208
  ---
209
 
210
  # Dataset Card for Asian Language Treebank (ALT)
427
 
428
  ### Contributions
429
 
430
+ Thanks to [@chameleonTK](https://github.com/chameleonTK) for adding this dataset.