From 2066b366932ce1f88c8119677e8ba86c476f1caf Mon Sep 17 00:00:00 2001 From: Xingcheng Zhang Date: Fri, 7 Jul 2023 22:58:48 +0800 Subject: [PATCH] add citation (#30) --- README-zh-Hans.md | 8 ++++++++ README.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README-zh-Hans.md b/README-zh-Hans.md index e15d47c..c79a73d 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -171,3 +171,11 @@ InternLM 代码库是一款由上海人工智能实验室和来自不同高校 ## 开源许可证 本仓库的代码依照 Apache-2.0 协议开源。InternLM 权重对学术研究完全开放,在获得官方的书面许可后,亦允许商业使用。申请商用许可与合作请联系 internlm@pjlab.org.cn。 + +## 引用 +@misc{2023internlm, + title={InternLM: A Multilingual Language Model with Progressively Enhanced Capabilities}, + author={InternLM Team}, + howpublished = {\url{https://github.com/InternLM/InternLM}}, + year={2023} +} \ No newline at end of file diff --git a/README.md b/README.md index f49627c..acaca78 100644 --- a/README.md +++ b/README.md @@ -176,3 +176,11 @@ InternLM codebase is an open-source project contributed by Shanghai AI Laborator ## Open Source License The code in this repository is open-source under the Apache-2.0 license. The InternLM weights are fully open for academic research and also allow commercial use with written permission from the official team. For inquiries about commercial licenses and collaborations, please contact internlm@pjlab.org.cn. + +## Citation +@misc{2023internlm, + title={InternLM: A Multilingual Language Model with Progressively Enhanced Capabilities}, + author={InternLM Team}, + howpublished = {\url{https://github.com/InternLM/InternLM}}, + year={2023} +} \ No newline at end of file