monologg commited on
Commit
9e8a544
1 Parent(s): 2dbb973

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 RoBERTa base
@@ -16,3 +19,16 @@ from transformers import AutoModel, AutoTokenizer
16
  model = AutoModel.from_pretrained("klue/roberta-base")
17
  tokenizer = AutoTokenizer.from_pretrained("klue/roberta-base")
18
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  language: ko
3
+ tags:
4
+ - korean
5
+ - klue
6
  ---
7
 
8
  # KLUE RoBERTa base
 
19
  model = AutoModel.from_pretrained("klue/roberta-base")
20
  tokenizer = AutoTokenizer.from_pretrained("klue/roberta-base")
21
  ```
22
+
23
+ ## BibTeX entry and citation info
24
+
25
+ ```bibtex
26
+ @misc{park2021klue,
27
+ title={KLUE: Korean Language Understanding Evaluation},
28
+ 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},
29
+ year={2021},
30
+ eprint={2105.09680},
31
+ archivePrefix={arXiv},
32
+ primaryClass={cs.CL}
33
+ }
34
+ ```