Datasets:

Multilinguality:
translation
Size Categories:
1M<n<10M
Language Creators:
found
Annotations Creators:
no-annotation
License:
albertvillanova HF staff julien-c HF staff commited on
Commit
1cad77b
1 Parent(s): fcea298

Fix `license` metadata (#1)

Browse files

- Fix `license` metadata (55405f316a508efbafb5cb5143c18a55b9e1ae60)


Co-authored-by: Julien Chaumond <julien-c@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +177 -177
README.md CHANGED
@@ -1,177 +1,177 @@
1
- ---
2
- annotations_creators:
3
- - no-annotation
4
- language_creators:
5
- - found
6
- languages:
7
- - en
8
- - vi
9
- licenses:
10
- - cc-by-nc-sa-4.0
11
- multilinguality:
12
- - translation
13
- pretty_name: MTet
14
- size_categories:
15
- - 1M<n<10M
16
- source_datasets:
17
- - original
18
- - extended|bible_para
19
- - extended|kde4
20
- - extended|opus_gnome
21
- - extended|open_subtitles
22
- - extended|tatoeba
23
- task_categories:
24
- - conditional-text-generation
25
- task_ids:
26
- - machine-translation
27
- ---
28
-
29
- # Dataset Card for MTet
30
-
31
- ## Table of Contents
32
- - [Table of Contents](#table-of-contents)
33
- - [Dataset Description](#dataset-description)
34
- - [Dataset Summary](#dataset-summary)
35
- - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
36
- - [Languages](#languages)
37
- - [Dataset Structure](#dataset-structure)
38
- - [Data Instances](#data-instances)
39
- - [Data Fields](#data-fields)
40
- - [Data Splits](#data-splits)
41
- - [Dataset Creation](#dataset-creation)
42
- - [Curation Rationale](#curation-rationale)
43
- - [Source Data](#source-data)
44
- - [Annotations](#annotations)
45
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
46
- - [Considerations for Using the Data](#considerations-for-using-the-data)
47
- - [Social Impact of Dataset](#social-impact-of-dataset)
48
- - [Discussion of Biases](#discussion-of-biases)
49
- - [Other Known Limitations](#other-known-limitations)
50
- - [Additional Information](#additional-information)
51
- - [Dataset Curators](#dataset-curators)
52
- - [Licensing Information](#licensing-information)
53
- - [Citation Information](#citation-information)
54
- - [Contributions](#contributions)
55
-
56
- ## Dataset Description
57
-
58
- - **Homepage:** https://translate.vietai.org/
59
- - **Repository:** https://github.com/vietai/mTet
60
- - **Paper:**
61
- - **Leaderboard:**
62
- - **Point of Contact:**
63
-
64
- ### Dataset Summary
65
-
66
- MTet (Multi-domain Translation for English-Vietnamese) dataset contains roughly 4.2 million English-Vietnamese pairs of
67
- texts, ranging across multiple different domains such as medical publications, religious texts, engineering articles,
68
- literature, news, and poems.
69
-
70
- This dataset extends our previous SAT (Style Augmented Translation) dataset (v1.0) by adding more high-quality
71
- English-Vietnamese sentence pairs on various domains.
72
-
73
- ### Supported Tasks and Leaderboards
74
-
75
- - Machine Translation
76
-
77
- ### Languages
78
-
79
- The languages in the dataset are:
80
- - Vietnamese (`vi`)
81
- - English (`en`)
82
-
83
- ## Dataset Structure
84
-
85
- ### Data Instances
86
-
87
- ```
88
- {
89
- 'translation': {
90
- 'en': 'He said that existing restrictions would henceforth be legally enforceable, and violators would be fined.',
91
- 'vi': 'Ông nói những biện pháp hạn chế hiện tại sẽ được nâng lên thành quy định pháp luật, và những ai vi phạm sẽ chịu phạt.'
92
- }
93
- }
94
- ```
95
-
96
- ### Data Fields
97
-
98
- - `translation`:
99
- - `en`: Parallel text in English.
100
- - `vi`: Parallel text in Vietnamese.
101
-
102
- ### Data Splits
103
-
104
- The dataset is in a single "train" split.
105
-
106
- | | train |
107
- |--------------------|--------:|
108
- | Number of examples | 4163853 |
109
-
110
- ## Dataset Creation
111
-
112
- ### Curation Rationale
113
-
114
- [More Information Needed]
115
-
116
- ### Source Data
117
-
118
- #### Initial Data Collection and Normalization
119
-
120
- [More Information Needed]
121
-
122
- #### Who are the source language producers?
123
-
124
- [More Information Needed]
125
-
126
- ### Annotations
127
-
128
- #### Annotation process
129
-
130
- [More Information Needed]
131
-
132
- #### Who are the annotators?
133
-
134
- [More Information Needed]
135
-
136
- ### Personal and Sensitive Information
137
-
138
- [More Information Needed]
139
-
140
- ## Considerations for Using the Data
141
-
142
- ### Social Impact of Dataset
143
-
144
- [More Information Needed]
145
-
146
- ### Discussion of Biases
147
-
148
- [More Information Needed]
149
-
150
- ### Other Known Limitations
151
-
152
- [More Information Needed]
153
-
154
- ## Additional Information
155
-
156
- ### Dataset Curators
157
-
158
- [More Information Needed]
159
-
160
- ### Licensing Information
161
-
162
- [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).
163
-
164
- ### Citation Information
165
-
166
- ```bibtex
167
- @article{mTet2022,
168
- author = {Chinh Ngo, Hieu Tran, Long Phan, Trieu H. Trinh, Hieu Nguyen, Minh Nguyen, Minh-Thang Luong},
169
- title = {MTet: Multi-domain Translation for English and Vietnamese},
170
- journal = {https://github.com/vietai/mTet},
171
- year = {2022},
172
- }
173
- ```
174
-
175
- ### Contributions
176
-
177
- Thanks to [@albertvillanova](https://huggingface.co/albertvillanova) for adding this dataset.
1
+ ---
2
+ annotations_creators:
3
+ - no-annotation
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - en
8
+ - vi
9
+ license:
10
+ - cc-by-nc-sa-4.0
11
+ multilinguality:
12
+ - translation
13
+ pretty_name: MTet
14
+ size_categories:
15
+ - 1M<n<10M
16
+ source_datasets:
17
+ - original
18
+ - extended|bible_para
19
+ - extended|kde4
20
+ - extended|opus_gnome
21
+ - extended|open_subtitles
22
+ - extended|tatoeba
23
+ task_categories:
24
+ - conditional-text-generation
25
+ task_ids:
26
+ - machine-translation
27
+ ---
28
+
29
+ # Dataset Card for MTet
30
+
31
+ ## Table of Contents
32
+ - [Table of Contents](#table-of-contents)
33
+ - [Dataset Description](#dataset-description)
34
+ - [Dataset Summary](#dataset-summary)
35
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
36
+ - [Languages](#languages)
37
+ - [Dataset Structure](#dataset-structure)
38
+ - [Data Instances](#data-instances)
39
+ - [Data Fields](#data-fields)
40
+ - [Data Splits](#data-splits)
41
+ - [Dataset Creation](#dataset-creation)
42
+ - [Curation Rationale](#curation-rationale)
43
+ - [Source Data](#source-data)
44
+ - [Annotations](#annotations)
45
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
46
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
47
+ - [Social Impact of Dataset](#social-impact-of-dataset)
48
+ - [Discussion of Biases](#discussion-of-biases)
49
+ - [Other Known Limitations](#other-known-limitations)
50
+ - [Additional Information](#additional-information)
51
+ - [Dataset Curators](#dataset-curators)
52
+ - [Licensing Information](#licensing-information)
53
+ - [Citation Information](#citation-information)
54
+ - [Contributions](#contributions)
55
+
56
+ ## Dataset Description
57
+
58
+ - **Homepage:** https://translate.vietai.org/
59
+ - **Repository:** https://github.com/vietai/mTet
60
+ - **Paper:**
61
+ - **Leaderboard:**
62
+ - **Point of Contact:**
63
+
64
+ ### Dataset Summary
65
+
66
+ MTet (Multi-domain Translation for English-Vietnamese) dataset contains roughly 4.2 million English-Vietnamese pairs of
67
+ texts, ranging across multiple different domains such as medical publications, religious texts, engineering articles,
68
+ literature, news, and poems.
69
+
70
+ This dataset extends our previous SAT (Style Augmented Translation) dataset (v1.0) by adding more high-quality
71
+ English-Vietnamese sentence pairs on various domains.
72
+
73
+ ### Supported Tasks and Leaderboards
74
+
75
+ - Machine Translation
76
+
77
+ ### Languages
78
+
79
+ The languages in the dataset are:
80
+ - Vietnamese (`vi`)
81
+ - English (`en`)
82
+
83
+ ## Dataset Structure
84
+
85
+ ### Data Instances
86
+
87
+ ```
88
+ {
89
+ 'translation': {
90
+ 'en': 'He said that existing restrictions would henceforth be legally enforceable, and violators would be fined.',
91
+ 'vi': 'Ông nói những biện pháp hạn chế hiện tại sẽ được nâng lên thành quy định pháp luật, và những ai vi phạm sẽ chịu phạt.'
92
+ }
93
+ }
94
+ ```
95
+
96
+ ### Data Fields
97
+
98
+ - `translation`:
99
+ - `en`: Parallel text in English.
100
+ - `vi`: Parallel text in Vietnamese.
101
+
102
+ ### Data Splits
103
+
104
+ The dataset is in a single "train" split.
105
+
106
+ | | train |
107
+ |--------------------|--------:|
108
+ | Number of examples | 4163853 |
109
+
110
+ ## Dataset Creation
111
+
112
+ ### Curation Rationale
113
+
114
+ [More Information Needed]
115
+
116
+ ### Source Data
117
+
118
+ #### Initial Data Collection and Normalization
119
+
120
+ [More Information Needed]
121
+
122
+ #### Who are the source language producers?
123
+
124
+ [More Information Needed]
125
+
126
+ ### Annotations
127
+
128
+ #### Annotation process
129
+
130
+ [More Information Needed]
131
+
132
+ #### Who are the annotators?
133
+
134
+ [More Information Needed]
135
+
136
+ ### Personal and Sensitive Information
137
+
138
+ [More Information Needed]
139
+
140
+ ## Considerations for Using the Data
141
+
142
+ ### Social Impact of Dataset
143
+
144
+ [More Information Needed]
145
+
146
+ ### Discussion of Biases
147
+
148
+ [More Information Needed]
149
+
150
+ ### Other Known Limitations
151
+
152
+ [More Information Needed]
153
+
154
+ ## Additional Information
155
+
156
+ ### Dataset Curators
157
+
158
+ [More Information Needed]
159
+
160
+ ### Licensing Information
161
+
162
+ [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)](https://creativecommons.org/licenses/by-nc-sa/4.0/).
163
+
164
+ ### Citation Information
165
+
166
+ ```bibtex
167
+ @article{mTet2022,
168
+ author = {Chinh Ngo, Hieu Tran, Long Phan, Trieu H. Trinh, Hieu Nguyen, Minh Nguyen, Minh-Thang Luong},
169
+ title = {MTet: Multi-domain Translation for English and Vietnamese},
170
+ journal = {https://github.com/vietai/mTet},
171
+ year = {2022},
172
+ }
173
+ ```
174
+
175
+ ### Contributions
176
+
177
+ Thanks to [@albertvillanova](https://huggingface.co/albertvillanova) for adding this dataset.