Dongjae commited on
Commit
83839c5
1 Parent(s): 0e1d227

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ The Reader model is for Korean Question Answering
2
+
3
+ The backbone model is deepset/xlm-roberta-large-squad2
4
+ It is a finetuned model with KorQuAD-v1 dataset.
5
+
6
+
7
+ As a result of verification using KorQuAD evaluation dataset, it showed approximately 87% and 92% respectively for the EM score and F1 score.
8
+
9
+ Thank you