Create README.md
Browse files
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
|