From 5677bd7aab94e0375e82758f352f74810d3d38aa Mon Sep 17 00:00:00 2001 From: zigzagcai Date: Wed, 27 Sep 2023 11:19:11 +0800 Subject: [PATCH] update english translation in readthedocs --- doc/code-docs/locales/en/LC_MESSAGES/usage.po | 25 ++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/doc/code-docs/locales/en/LC_MESSAGES/usage.po b/doc/code-docs/locales/en/LC_MESSAGES/usage.po index bbddea0..8399ecf 100644 --- a/doc/code-docs/locales/en/LC_MESSAGES/usage.po +++ b/doc/code-docs/locales/en/LC_MESSAGES/usage.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: InternLM \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-09-11 14:25+0800\n" +"POT-Creation-Date: 2023-09-27 11:14+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -358,6 +358,29 @@ msgstr "" "Taking the configuration of the demo training on a single machine with 8 " "GPUs on slurm as an example, the training result log is shown below:" +#: ../../../usage.md:373 +msgid "长文本生成" +msgstr "Long Text Generation" + +#: ../../../usage.md:375 +msgid "" +"在推理阶段,您可以在模型配置中通过设置 `use_dynamic_ntk_rope=True` 开启 RoPE 的 Dynamic NTK " +"选项,从而使得模型适应长文本输入输出,达到 16K 的外推效果:" +msgstr "During the inference phase, you can turn on the Dynamic NTK option of RoPE by setting `use_dynamic_ntk_rope=True` in the model configuration, " +"so that the model can adapt to long text input and output and achieve an extrapolation effect of 16K:" + +#: ../../../usage.md:401 +msgid "关于 Dyanmic NTK 的原理,详细请参考" +msgstr "Regarding the principle of Dyanmic NTK, please refer to" + +#: ../../../usage.md:403 +msgid "https://www.reddit.com/r/LocalLLaMA/comments/14mrgpr/dynamically_scaled_rope_further_increases" +msgstr "" + +#: ../../../usage.md:404 +msgid "https://kexue.fm/archives/9675" +msgstr "" + #~ msgid "`load_model_only_folder`与`load_ckpt_folder`不能同时设置" #~ msgstr "" #~ "`load_model_only_folder` and `load_ckpt_folder` "