monologg commited on
Commit
6b3a739
1 Parent(s): f6114d4

docs: update readme

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,5 +1,8 @@
1
  ---
2
  language: ko
 
 
 
3
  ---
4
 
5
  # KLUE BERT base
@@ -14,3 +17,16 @@ from transformers import AutoModel, AutoTokenizer
14
  model = AutoModel.from_pretrained("klue/bert-base")
15
  tokenizer = AutoTokenizer.from_pretrained("klue/bert-base")
16
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language: ko
3
+ tags:
4
+ - korean
5
+ - klue
6
  ---
7
 
8
  # KLUE BERT base
 
17
  model = AutoModel.from_pretrained("klue/bert-base")
18
  tokenizer = AutoTokenizer.from_pretrained("klue/bert-base")
19
  ```
20
+
21
+ ## BibTeX entry and citation info
22
+
23
+ ```bibtex
24
+ @misc{park2021klue,
25
+ title={KLUE: Korean Language Understanding Evaluation},
26
+ author={Sungjoon Park and Jihyung Moon and Sungdong Kim and Won Ik Cho and Jiyoon Han and Jangwon Park and Chisung Song and Junseong Kim and Yongsook Song and Taehwan Oh and Joohong Lee and Juhyun Oh and Sungwon Lyu and Younghoon Jeong and Inkwon Lee and Sangwoo Seo and Dongjun Lee and Hyunwoo Kim and Myeonghwa Lee and Seongbo Jang and Seungwon Do and Sunkyoung Kim and Kyungtae Lim and Jongwon Lee and Kyumin Park and Jamin Shin and Seonghyun Kim and Lucy Park and Alice Oh and Jungwoo Ha and Kyunghyun Cho},
27
+ year={2021},
28
+ eprint={2105.09680},
29
+ archivePrefix={arXiv},
30
+ primaryClass={cs.CL}
31
+ }
32
+ ```