Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ To force the target language id as the first generated token, pass the `forced_b
|
|
19 |
|
20 |
To install `sentencepiece` run `pip install sentencepiece`
|
21 |
|
22 |
-
Since the model was trained with domain tags, you should
|
23 |
* "wmtdata newsdomain": Use for sentences in the news domain
|
24 |
* "wmtdata otherdomain": Use for sentences in all other domain
|
25 |
|
|
|
19 |
|
20 |
To install `sentencepiece` run `pip install sentencepiece`
|
21 |
|
22 |
+
Since the model was trained with domain tags, you should prepend them to the input as well.
|
23 |
* "wmtdata newsdomain": Use for sentences in the news domain
|
24 |
* "wmtdata otherdomain": Use for sentences in all other domain
|
25 |
|