wavy-jung commited on
Commit
e12a48d
Β·
verified Β·
1 Parent(s): 2d6d076

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -4
README.md CHANGED
@@ -18,7 +18,7 @@ training_regime: bf16 mixed precision
18
  <img src="./assets/logo/kanana-logo.png" width="60%" style="margin: 40px auto;">
19
  </picture>
20
  </br>
21
- <p align="center"> πŸ€— <a href="https://huggingface.co/collections/kakaocorp/kanana-nano-21b-67a326cda1c449c8d4172259">Models</a> &nbsp | &nbsp πŸ“• <a href="https://tech.kakao.com/posts/689">Blog</a> &nbsp | &nbsp πŸ“œ <a href="https://github.com/kakao/kanana/blob/main/paper/KananaV1_Technical_Report.pdf">Technical Report</a> | &nbsp πŸ’» <a href="https://github.com/kakao/kanana"> Github </a>
22
 
23
  <br>
24
 
@@ -52,7 +52,7 @@ We introduce Kanana, a series of bilingual language models (developed by [Kakao]
52
 
53
  ## News
54
 
55
- - πŸ“œ`2025/02/27`: Released [Technical Report](https://github.com/kakao/kanana/blob/main/paper/KananaV1_Technical_Report.pdf) and πŸ€—[HF model weights](https://huggingface.co/collections/kakaocorp/kanana-nano-21b-67a326cda1c449c8d4172259).
56
  - πŸ“•`2025/01/10`: Published a blog post about the development of `Kanana-Nano` model. ([Kanana-Nano](https://tech.kakao.com/posts/682))
57
  - πŸ“•`2024/11/14`: Published blog posts about the development of `Kanana` models. ([Kanana LLM: Pre-training](https://tech.kakao.com/posts/661), [Kanana LLM: Post-training](https://tech.kakao.com/posts/662))
58
  - ▢️`2024/11/06`: Published a presentation video about the development of the `Kanana` models. ([if(kakaoAI)2024](https://youtu.be/HTBl142x9GI?si=o_we6t9suYK8DfX3))
@@ -61,7 +61,7 @@ We introduce Kanana, a series of bilingual language models (developed by [Kakao]
61
 
62
  ## Performance
63
 
64
- Below are partial report on the performance of the `Kanana` model series. Please refer to the [Technical Report](https://github.com/kakao/kanana/blob/main/paper/KananaV1_Technical_Report.pdf) for the full results.
65
 
66
  ### Pre-trained Model Performance
67
 
@@ -741,7 +741,17 @@ The `Kanana` models are licensed under [CC-BY-NC-4.0](https://spdx.org/licenses/
741
 
742
  ## Citation
743
 
744
- - (TBD)
 
 
 
 
 
 
 
 
 
 
745
 
746
  <br>
747
 
 
18
  <img src="./assets/logo/kanana-logo.png" width="60%" style="margin: 40px auto;">
19
  </picture>
20
  </br>
21
+ <p align="center"> πŸ€— <a href="https://huggingface.co/collections/kakaocorp/kanana-nano-21b-67a326cda1c449c8d4172259">Models</a> &nbsp | &nbsp πŸ“• <a href="https://tech.kakao.com/posts/689">Blog</a> &nbsp | &nbsp πŸ“œ <a href="https://arxiv.org/abs/2502.18934">Technical Report</a> | &nbsp πŸ’» <a href="https://github.com/kakao/kanana"> Github </a>
22
 
23
  <br>
24
 
 
52
 
53
  ## News
54
 
55
+ - πŸ“œ`2025/02/27`: Released [Technical Report](https://arxiv.org/abs/2502.18934) and πŸ€—[HF model weights](https://huggingface.co/collections/kakaocorp/kanana-nano-21b-67a326cda1c449c8d4172259).
56
  - πŸ“•`2025/01/10`: Published a blog post about the development of `Kanana-Nano` model. ([Kanana-Nano](https://tech.kakao.com/posts/682))
57
  - πŸ“•`2024/11/14`: Published blog posts about the development of `Kanana` models. ([Kanana LLM: Pre-training](https://tech.kakao.com/posts/661), [Kanana LLM: Post-training](https://tech.kakao.com/posts/662))
58
  - ▢️`2024/11/06`: Published a presentation video about the development of the `Kanana` models. ([if(kakaoAI)2024](https://youtu.be/HTBl142x9GI?si=o_we6t9suYK8DfX3))
 
61
 
62
  ## Performance
63
 
64
+ Below are partial report on the performance of the `Kanana` model series. Please refer to the [Technical Report](https://arxiv.org/abs/2502.18934) for the full results.
65
 
66
  ### Pre-trained Model Performance
67
 
 
741
 
742
  ## Citation
743
 
744
+ ```
745
+ @misc{kananallmteam2025kananacomputeefficientbilinguallanguage,
746
+ title={Kanana: Compute-efficient Bilingual Language Models},
747
+ author={Kanana LLM Team and Yunju Bak and Hojin Lee and Minho Ryu and Jiyeon Ham and Seungjae Jung and Daniel Wontae Nam and Taegyeong Eo and Donghun Lee and Doohae Jung and Boseop Kim and Nayeon Kim and Jaesun Park and Hyunho Kim and Hyunwoong Ko and Changmin Lee and Kyoung-Woon On and Seulye Baeg and Junrae Cho and Sunghee Jung and Jieun Kang and EungGyun Kim and Eunhwa Kim and Byeongil Ko and Daniel Lee and Minchul Lee and Miok Lee and Shinbok Lee and Gaeun Seo},
748
+ year={2025},
749
+ eprint={2502.18934},
750
+ archivePrefix={arXiv},
751
+ primaryClass={cs.CL},
752
+ url={https://arxiv.org/abs/2502.18934},
753
+ }
754
+ ```
755
 
756
  <br>
757