haruyuu commited on
Commit
8d92297
1 Parent(s): 86a049d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -14,13 +14,13 @@ pipeline_tag: translation
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
  ### Default
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 [map.json](https://huggingface.co/haruyuu/viT5_han-vie_v1.1/blob/main/map.json) file
@@ -79,7 +79,7 @@ print("Vietnamese Translation:", translated_text) # 'Ai biết, nửa đêm về
79
  print("\nTruth:", truth) # 'Ai biết nửa đêm về nhà phát hiện mình quên chìa khoá , trong nhà lại không có ai thì lúc này muốn nhất là cái gì ? Câu trả lời là gì thế anh em ?'
80
  ```
81
 
82
- ## Training Data
83
 
84
  <!-- 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. -->
85
 
 
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
  ### Default
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 [map.json](https://huggingface.co/haruyuu/viT5_han-vie_v1.1/blob/main/map.json) file
 
79
  print("\nTruth:", truth) # 'Ai biết nửa đêm về nhà phát hiện mình quên chìa khoá , trong nhà lại không có ai thì lúc này muốn nhất là cái gì ? Câu trả lời là gì thế anh em ?'
80
  ```
81
 
82
+ # Training Data
83
 
84
  <!-- 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. -->
85