Datasets:
Commit
·
cead7e2
1
Parent(s):
00c7f46
Fix task tags (#3)
Browse files- Fix task tags (8532f8feb8f300b209db5d1ccb542efc42a0143d)
Co-authored-by: Albert Villanova <albertvillanova@users.noreply.huggingface.co>
README.md
CHANGED
@@ -5,22 +5,24 @@ language_creators:
|
|
5 |
- found
|
6 |
language:
|
7 |
- zh
|
8 |
-
language_bcp47:
|
9 |
-
- zh-CN
|
10 |
-
- zh-HK
|
11 |
license:
|
12 |
- mit
|
13 |
multilinguality:
|
14 |
- translation
|
15 |
-
pretty_name: Cantonese - Mandarin Translations
|
16 |
size_categories:
|
17 |
- unknown
|
18 |
source_datasets:
|
19 |
- original
|
20 |
task_categories:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
- conditional-text-generation
|
22 |
-
task_ids:
|
23 |
-
- machine-translation
|
24 |
---
|
25 |
|
26 |
# Dataset Card for cantonese-mandarin-translations
|
|
|
5 |
- found
|
6 |
language:
|
7 |
- zh
|
|
|
|
|
|
|
8 |
license:
|
9 |
- mit
|
10 |
multilinguality:
|
11 |
- translation
|
|
|
12 |
size_categories:
|
13 |
- unknown
|
14 |
source_datasets:
|
15 |
- original
|
16 |
task_categories:
|
17 |
+
- text2text-generation
|
18 |
+
- translation
|
19 |
+
task_ids: []
|
20 |
+
pretty_name: Cantonese - Mandarin Translations
|
21 |
+
language_bcp47:
|
22 |
+
- zh-CN
|
23 |
+
- zh-HK
|
24 |
+
tags:
|
25 |
- conditional-text-generation
|
|
|
|
|
26 |
---
|
27 |
|
28 |
# Dataset Card for cantonese-mandarin-translations
|