Dao-9B is the smaller, open-source version of the translation model powering the
Omni Translator, a state-of-the-art literary translation tool. While less capable than the full model, as it's on a less recent methodology and data, Dao-9B is still a powerful translation model that can be run locally and performs especially well on Chinese webnovels.
While no comparison is available for this model, you can find the comparison page (against several other translation tools) for the full model
here.
To get started quickly, you can explore the starter Colab notebook
here.
We do not provide inference service for this model, you can instead try out the more powerful full model on the
Omni Translator.
To fully utilize the capability of this model in translation, it is recommended to follow the steps below:
We provide a starting code that demonstrates most of the above steps in the
starter Colab notebook.
1<context>
2{context}
3</context>
4
5<passage>
6{input}
7</passage>
8
9Given the above passage, please list out the terminologies and namings present that may be reused in the translations of future passages. Output the terminologies in the format of Raw, English. Use the CSV format.
1<context>
2{context}
3</context>
4
5<passage>
6{input}
7</passage>
8
9<terms>
10{terms}
11</terms>
12
13You are a professional translator. Given the above passage, please translate the passage to English.