iryneko571 commited on
Commit
b584756
·
verified ·
1 Parent(s): c297413

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -12,6 +12,13 @@ inference:
12
  parameters:
13
  repetition_penalty: 1.4
14
  ---
 
 
 
 
 
 
 
15
  # Release Notes
16
  * this model is finetuned from mt5-small
17
  * will use about 1.5G vram, fp16 will be less than 1G(if batch size is small), cpu inference speed is ok anyway
 
12
  parameters:
13
  repetition_penalty: 1.4
14
  ---
15
+ # new model:
16
+ iryneko571/mt5-small-translation-ja_zh<br>
17
+ better in most aspects, more like a base model with pure data<br>
18
+ 数值上更好,是用更纯的数据跑的<br>
19
+ includes colab notebook<br>
20
+ 已经配置了colab的notebook,可以直接测试翻译,不需要安装<br>
21
+
22
  # Release Notes
23
  * this model is finetuned from mt5-small
24
  * will use about 1.5G vram, fp16 will be less than 1G(if batch size is small), cpu inference speed is ok anyway