iryneko571 commited on
Commit
8a3a9fa
·
verified ·
1 Parent(s): 8564bb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -63,8 +63,12 @@ print(translate_batch(inputs))
63
  # 暂时的网页UI
64
 
65
  # roadmap
66
- create algorism that save no-confidence translations into a db for manual correction
67
- search the manual translatioin db with sentencepiece search to make it work with "previous translations"
 
 
68
 
69
- 让ai将不确定的翻译文本导出用于人工翻译矫正
70
- 使用sentencepiece进行ai检索,获取相似的“上文翻译“,大幅提高ai翻译用词的一致性
 
 
 
63
  # 暂时的网页UI
64
 
65
  # roadmap
66
+ train mt-5 small and rwkv<br>
67
+ make lora training script and ui<br>
68
+ create algorism that save no-confidence translations into a db for manual correction<br>
69
+ search the manual translatioin db with sentencepiece search to make it work with "previous translations"<br>
70
 
71
+ 搞mt5-small和rwkv,rwkv能读上下文<br>
72
+ 制造lora training脚本和ui<br>
73
+ 让ai将不确定的翻译文本导出用于人工翻译矫正<br>
74
+ 使用sentencepiece进行ai检索,获取相似的“上文翻译“,大幅提高ai翻译用词的一致性<br>