iryneko571 commited on
Commit
b1aff97
·
verified ·
1 Parent(s): 7ddf759

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -10,6 +10,11 @@ pipeline_tag: translation
10
  widget:
11
  - text: <-ja2zh-> フェルディナント・ラッサール \n は、プロイセンの政治学者、哲学者、法学者、社会主義者、労働運動指導者。ドイツ社会民主党の母体となる全ドイツ労働者同盟の創設者である。社会主義共和政の統一ドイツを目指しつつも、……
12
  ---
 
 
 
 
 
13
  # Release Notes
14
  * this model is finetuned from mt5-base, training methods and datasets refers to larryvrh/mt5-translation-ja_zh
15
  * used a trimmed and fused dataset CCMatrix-v1-Ja_Zh 1e-4 for 1 epoch no weight decay,arraived at about 1.5 val loss, pretty decent for this behemoth tokenizer
@@ -41,10 +46,6 @@ widget:
41
  # 简单的后端应用
42
  还没稳定调试,慎用
43
  * https://github.com/IryNeko/RabbitCafe
44
-
45
- # 简单的notebook
46
- 总之换成gpu模式可以用啦,翻译一本小说什么的可读性不高(尴尬)
47
- https://colab.research.google.com/drive/1vXZyhKaHsNy_tTsvlxc_uNnZnmY2rgQv?usp=sharing
48
 
49
  # A more precise example using it
50
  # 使用指南
 
10
  widget:
11
  - text: <-ja2zh-> フェルディナント・ラッサール \n は、プロイセンの政治学者、哲学者、法学者、社会主義者、労働運動指導者。ドイツ社会民主党の母体となる全ドイツ労働者同盟の創設者である。社会主義共和政の統一ドイツを目指しつつも、……
12
  ---
13
+ # colab notebook, no environment needed
14
+ 简单的gpu colab笔记本,可以测试
15
+ 总之换成gpu模式可以用啦,翻译一本小说什么的可读性不高(尴尬)
16
+ https://colab.research.google.com/drive/1vXZyhKaHsNy_tTsvlxc_uNnZnmY2rgQv?usp=sharing
17
+
18
  # Release Notes
19
  * this model is finetuned from mt5-base, training methods and datasets refers to larryvrh/mt5-translation-ja_zh
20
  * used a trimmed and fused dataset CCMatrix-v1-Ja_Zh 1e-4 for 1 epoch no weight decay,arraived at about 1.5 val loss, pretty decent for this behemoth tokenizer
 
46
  # 简单的后端应用
47
  还没稳定调试,慎用
48
  * https://github.com/IryNeko/RabbitCafe
 
 
 
 
49
 
50
  # A more precise example using it
51
  # 使用指南