Skip to content

Commit

Permalink
Update korquad result
Browse files Browse the repository at this point in the history
  • Loading branch information
monologg committed Feb 20, 2020
1 parent d806d3d commit 8b7a431
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ tensor([[-0.2461, 0.2428, 0.2590, ..., -0.4861, -0.0731, 0.0756],

## Result on Sub-task

| | KoBERT | DistilKoBERT | Bert-multilingual |
| ------------------------- | ------ | ------------ | ----------------- |
| Model Size (MB) | 351 | 108 | 681 |
| **NSMC** (acc) | 89.63 | 88.41 | 87.07 |
| **Naver NER** (F1) | 84.23 | 82.14 | 81.78 |
| **KorQuAD (Dev)** (EM/F1) | TBD | TBD | 77.04/87.85 |
| | KoBERT | DistilKoBERT | Bert-multilingual |
| ------------------------- | ----------- | ------------ | ----------------- |
| Model Size (MB) | 351 | 108 | 681 |
| **NSMC** (acc) | 89.63 | 88.41 | 87.07 |
| **Naver NER** (F1) | 84.23 | 82.14 | 81.78 |
| **KorQuAD (Dev)** (EM/F1) | 52.81/80.27 | 54.12/77.80 | 77.04/87.85 |

- NSMC (Naver Sentiment Movie Corpus) ([Implementation of KoBERT-nsmc](https://github.com/monologg/KoBERT-nsmc))
- Naver NER (NER task on Naver NLP Challenge 2018) ([Implementation of KoBERT-NER](https://github.com/monologg/KoBERT-NER))
Expand Down

0 comments on commit 8b7a431

Please sign in to comment.