ekojs commited on
Commit
c3e4826
1 Parent(s): d75d06b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -13,13 +13,13 @@ model-index:
13
 
14
  ## Intro
15
 
16
- Dao-9B is the smaller, open-source version of the translation model powering the [Omni Translator](https://app.readomni.com), a state-of-the-art literary translation tool. While less capable than the full model, Dao-9B is still a powerful translation model that can be run locally and performs especially well on Chinese webnovels.
17
 
18
  While no comparison is available for this model, you can find the comparison page (against several other translation tools) for the full model [here](https://readomni.com/compare).
19
 
20
  ## Quick Start
21
 
22
- To get started quickly, you can explore the starter Colab notebook [here](https://colab.research.google.com/readomni).
23
 
24
  We do not provide inference service for this model, you can instead try out the more powerful full model on the [Omni Translator](https://app.readomni.com).
25
 
@@ -32,7 +32,7 @@ To fully utilize the capability of this model in translation, it is recommended
32
  3. **Term Extraction**: Extract terms from the text to be translated. This is especially useful for translating novels, where the same terms are used repeatedly across the chapters.
33
  4. **Translation**: Translate the text using the model. Provide the terms extracted in step 3, and the previous chunk of text to the model to improve the translation quality.
34
 
35
- We provide a starting code that implements the above steps in the [starter Colab notebook](https://colab.research.google.com/readomni).
36
 
37
  ### Extracting Terms
38
 
 
13
 
14
  ## Intro
15
 
16
+ Dao-9B is the smaller, open-source version of the translation model powering the [Omni Translator](https://app.readomni.com), 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.
17
 
18
  While no comparison is available for this model, you can find the comparison page (against several other translation tools) for the full model [here](https://readomni.com/compare).
19
 
20
  ## Quick Start
21
 
22
+ To get started quickly, you can explore the starter Colab notebook [here](https://colab.research.google.com/drive/1RTJ1zFmvTe4CVQyH2y_CWiStzVeARJ0Y?usp=sharing).
23
 
24
  We do not provide inference service for this model, you can instead try out the more powerful full model on the [Omni Translator](https://app.readomni.com).
25
 
 
32
  3. **Term Extraction**: Extract terms from the text to be translated. This is especially useful for translating novels, where the same terms are used repeatedly across the chapters.
33
  4. **Translation**: Translate the text using the model. Provide the terms extracted in step 3, and the previous chunk of text to the model to improve the translation quality.
34
 
35
+ We provide a starting code that demonstrates most of the above steps in the [starter Colab notebook](https://colab.research.google.com/readomni).
36
 
37
  ### Extracting Terms
38