Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
# viT5 for Sino-Vietnamese transliteration
|
12 |
+
|
13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
14 |
+
|
15 |
+
Finetuned model from viT5 for Chinese MMORPG translation.
|
16 |
+
|
17 |
+
## Model Description
|
18 |
+
|
19 |
+
<!-- Provide a longer summary of what this model is. -->
|
20 |
+
|
21 |
+
Enhanced version from version 1.0 with larger dataset.
|
22 |
+
|
23 |
+
## Uses
|
24 |
+
|
25 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
26 |
+
Step 1: Map all Chinese word from original text to Sino-Vietnamese with <code>map.json</code> file
|
27 |
+
|
28 |
+
Step 2: Load model and generate
|
29 |
+
|
30 |
+
## Training Data
|
31 |
+
|
32 |
+
<!-- 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. -->
|
33 |
+
|
34 |
+
450k rows of system notifications, names and conversations translated from Chinese MMORPG games.
|