joefox commited on
Commit
5554ca8
1 Parent(s): 6c30fee

readme update

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This model is a fine-tuned checkpoint of [mBART-large-50-many-to-many-mmt](https
21
 
22
  The model can translate directly between any pair of Russian and Chinese languages. To translate into a target language, the target language id is forced as the first generated token. To force the target language id as the first generated token, pass the `forced_bos_token_id` parameter to the `generate` method..
23
 
24
- This post in Russian gives more details.
25
 
26
 
27
 
 
21
 
22
  The model can translate directly between any pair of Russian and Chinese languages. To translate into a target language, the target language id is forced as the first generated token. To force the target language id as the first generated token, pass the `forced_bos_token_id` parameter to the `generate` method..
23
 
24
+ This [post in Russian](https://habr.com/ru/post/721330/) gives more details.
25
 
26
 
27