devjwsong commited on
Commit
0e74741
1 Parent(s): d20ab0d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -18,8 +18,7 @@ This model is fine-tuned version of KLUE BERT (https://huggingface.co/klue/bert-
18
 
19
  ## Model Details
20
 
21
- The model consists of the BERT encoder for contextualized embedding and an additional multi-layer classifier.
22
- For pooling, this model uses the embedding of CLS token.
23
 
24
  The details can be found on the original paper: https://arxiv.org/pdf/1904.10635
25
 
 
18
 
19
  ## Model Details
20
 
21
+ The model consists of the BERT encoder for contextualized embedding and an additional multi-layer classifier. For pooling, this model uses the embedding of CLS token.
 
22
 
23
  The details can be found on the original paper: https://arxiv.org/pdf/1904.10635
24