chtran commited on
Commit
133a879
1 Parent(s): 10a53c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 append 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
 
 
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