Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- vi
|
5 |
+
- zh
|
6 |
+
metrics:
|
7 |
+
- bleu
|
8 |
+
library_name: transformers
|
9 |
+
pipeline_tag: translation
|
10 |
+
---
|
11 |
+
# MarianMT for Chinese-Vietnamese translation
|
12 |
+
|
13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
14 |
+
|
15 |
+
Finetuned model from MarianMT for Chinese MMORPG translation.
|
16 |
+
|
17 |
+
## Training Data
|
18 |
+
|
19 |
+
<!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
20 |
+
|
21 |
+
170k rows of system notifications, names and conversations translated from Chinese MMORPG games.
|