Skip to content

Commit

Permalink
Update result after fixing f1 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
monologg committed Mar 22, 2020
1 parent 0eba81c commit 749a3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tensor([[-0.2461, 0.2428, 0.2590, ..., -0.4861, -0.0731, 0.0756],
| ------------------------- | ----------- | ------------ | ----------------- |
| Model Size (MB) | 351 | 108 | 681 |
| **NSMC** (acc) | 89.63 | 88.41 | 87.07 |
| **Naver NER** (F1) | 84.23 | 82.14 | 81.78 |
| **Naver NER** (F1) | 86.11 | 84.13 | 84.20 |
| **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))
Expand Down
2 changes: 1 addition & 1 deletion subtask/ner
Submodule ner updated 8 files
+2 −0 .gitignore
+8 −6 README.md
+29 −29 data/label.txt
+9,000 −9,000 data/test.tsv
+81,000 −81,000 data/train.tsv
+4 −1 main.py
+22 −3 trainer.py
+19 −4 utils.py

0 comments on commit 749a3cb

Please sign in to comment.