Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- eng
|
4 |
+
- yue
|
5 |
+
- cmn
|
6 |
+
task_categories:
|
7 |
+
- translation
|
8 |
+
task_ids: []
|
9 |
+
config_names:
|
10 |
+
- eng-yue
|
11 |
+
- eng-cmn
|
12 |
+
- cmn-yue
|
13 |
+
dataset_info:
|
14 |
+
- config_name: eng-yue
|
15 |
+
features:
|
16 |
+
- eng
|
17 |
+
- yue
|
18 |
+
splits:
|
19 |
+
- train
|
20 |
+
- test
|
21 |
+
- config_name: eng-cmn
|
22 |
+
features:
|
23 |
+
- eng
|
24 |
+
- cmn
|
25 |
+
splits:
|
26 |
+
- train
|
27 |
+
- test
|
28 |
+
- config_name: cmn-yue
|
29 |
+
features:
|
30 |
+
- cmn
|
31 |
+
- yue
|
32 |
+
splits:
|
33 |
+
- train
|
34 |
+
- test
|
35 |
+
---
|