model update
Browse files
README.md
CHANGED
@@ -46,6 +46,12 @@ model-index:
|
|
46 |
- name: MoverScore
|
47 |
type: moverscore
|
48 |
value: 0.8294576496428497
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
---
|
50 |
|
51 |
# Model Card of `lmqg/mbart-large-cc25-koquad`
|
@@ -112,6 +118,13 @@ question = pipe('1990년 영화 《 <hl> 남부군 <hl> 》에서 단역으로
|
|
112 |
| [lmqg/qg_koquad](https://huggingface.co/datasets/lmqg/qg_koquad) | default | 0.109 | 0.278 | 0.302 | 0.839 | 0.829 | [link](https://huggingface.co/lmqg/mbart-large-cc25-koquad/raw/main/eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_koquad.default.json) |
|
113 |
|
114 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
|
116 |
|
117 |
## Training hyperparameters
|
|
|
46 |
- name: MoverScore
|
47 |
type: moverscore
|
48 |
value: 0.8294576496428497
|
49 |
+
- name: QAAlignedF1Score (BERTScore)
|
50 |
+
type: qa_aligned_f1_score_bertscore
|
51 |
+
value: 0.8818018633414481
|
52 |
+
- name: QAAlignedF1Score (MoverScore)
|
53 |
+
type: qa_aligned_f1_score_moverscore
|
54 |
+
value: 0.8553077643399473
|
55 |
---
|
56 |
|
57 |
# Model Card of `lmqg/mbart-large-cc25-koquad`
|
|
|
118 |
| [lmqg/qg_koquad](https://huggingface.co/datasets/lmqg/qg_koquad) | default | 0.109 | 0.278 | 0.302 | 0.839 | 0.829 | [link](https://huggingface.co/lmqg/mbart-large-cc25-koquad/raw/main/eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_koquad.default.json) |
|
119 |
|
120 |
|
121 |
+
### Metrics (QAG)
|
122 |
+
|
123 |
+
| Dataset | Type | QA Aligned F1 Score (BERTScore) | QA Aligned F1 Score (MoverScore) | Link |
|
124 |
+
|:--------|:-----|--------------------------------:|---------------------------------:|-----:|
|
125 |
+
| [lmqg/qg_koquad](https://huggingface.co/datasets/lmqg/qg_koquad) | default | 0.882 | 0.855 | [link](https://huggingface.co/lmqg/mbart-large-cc25-koquad/raw/main/eval/metric.first.answer.paragraph.questions_answers.lmqg_qg_koquad.default.json) |
|
126 |
+
|
127 |
+
|
128 |
|
129 |
|
130 |
## Training hyperparameters
|