utrobinmv commited on
Commit
789a90e
·
1 Parent(s): 2e59e14

update readme

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -8,6 +8,8 @@ tags:
8
  license: apache-2.0
9
  datasets:
10
  - ccmatrix
 
 
11
  metrics:
12
  - sacrebleu
13
  widget:
@@ -37,6 +39,11 @@ This model represents a conventional T5 transformer in multitasking mode for tra
37
 
38
  The model can perform direct translation between any pair of Russian, Chinese or English languages. For translation into the target language, the target language identifier is specified as a prefix 'translate to <lang>:'. In this case, the source language may not be specified, in addition, the source text may be multilingual.
39
 
 
 
 
 
 
40
  Example translate Russian to Chinese
41
 
42
  ```python
 
8
  license: apache-2.0
9
  datasets:
10
  - ccmatrix
11
+ base_model:
12
+ - utrobinmv/t5_translate_en_ru_zh_large_1024
13
  metrics:
14
  - sacrebleu
15
  widget:
 
39
 
40
  The model can perform direct translation between any pair of Russian, Chinese or English languages. For translation into the target language, the target language identifier is specified as a prefix 'translate to <lang>:'. In this case, the source language may not be specified, in addition, the source text may be multilingual.
41
 
42
+ Fine tune from the base model: utrobinmv/t5_translate_en_ru_zh_large_1024
43
+
44
+ This version of the model was based on noisier data with a noise reduction function.
45
+ The model can additionally insert punctuation marks into sentences if they are missing from the source text. This is convenient to use for translating texts after ASR models.
46
+
47
  Example translate Russian to Chinese
48
 
49
  ```python