From 1ed38858eb3614cbe6ad0f279762ae6282c01f86 Mon Sep 17 00:00:00 2001 From: DeepSeekDDM <155411579+DeepSeekDDM@users.noreply.github.com> Date: Wed, 8 May 2024 10:28:29 +0800 Subject: [PATCH] Update citation info --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b6f88b4..243f090 100644 --- a/README.md +++ b/README.md @@ -289,13 +289,14 @@ This code repository is licensed under [the MIT License](LICENSE-CODE). The use ## 9. Citation ``` -@misc{deepseek-v2, - author = {DeepSeek-AI}, - title = {DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model}, - year = {2024}, - note = {GitHub repository}, - url = {https://github.com/deepseek-ai/deepseek-v2} - } +@misc{deepseekv2, + title={DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model}, + author={DeepSeek-AI}, + year={2024}, + eprint={2405.04434}, + archivePrefix={arXiv}, + primaryClass={cs.CL} +} ``` ## 10. Contact