mirror of https://github.com/InternLM/InternLM
update english translation in readthedocs
parent
52d65f80e6
commit
5677bd7aab
|
@ -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 <EMAIL@ADDRESS>\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` "
|
||||
|
|
Loading…
Reference in New Issue