straybird commited on
Commit
0de4645
1 Parent(s): 16617d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,9 +4,9 @@ pipeline_tag: text2text-generation
4
  ---
5
  # Model Description
6
 
7
- Erya is a pretrained model specifically designed for translating Ancient Chinese into Modern Chinese. It utilizes an Encoder-Decoder architecture and has been trained using a combination of DMLM (Dual Masked Language Model) and DAS (Disyllabic Aligned Substitution) techniques on datasets comprising both Ancient Chinese and Modern Chinese texts. The detailed information of our work can bu found here: [RUCAIBox/Erya (github.com)](https://github.com/RUCAIBox/Erya)
8
 
9
- Erya has not undergone fine-tuning for the machine translation task, making it possible to further enhance its translation capabilities by fine-tuning on a translation dataset. More information about Ancient Chinese and Modern Chinese dataset can be found here: [RUCAIBox/Erya-dataset · Datasets at Hugging Face](https://huggingface.co/datasets/RUCAIBox/Erya-dataset)
10
 
11
 
12
 
 
4
  ---
5
  # Model Description
6
 
7
+ Erya is a pretrained model specifically designed for translating Ancient Chinese into Modern Chinese. It utilizes an Encoder-Decoder architecture and has been trained using a combination of DMLM (Dual Masked Language Model) and DAS (Disyllabic Aligned Substitution) techniques on datasets comprising both Ancient Chinese and Modern Chinese texts. The detailed information of our work can be found here: [RUCAIBox/Erya (github.com)](https://github.com/RUCAIBox/Erya)
8
 
9
+ More information about Erya dataset can be found here: [RUCAIBox/Erya-dataset · Datasets at Hugging Face](https://huggingface.co/datasets/RUCAIBox/Erya-dataset), which can be used to tune the Erya model further for a better translation performance.
10
 
11
 
12