model update
Browse files
README.md
CHANGED
@@ -51,6 +51,12 @@ model-index:
|
|
51 |
- name: MoverScore
|
52 |
type: moverscore
|
53 |
value: 0.5644356433018314
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
---
|
55 |
|
56 |
# Model Card of `lmqg/mt5-small-frquad-multitask`
|
@@ -119,6 +125,13 @@ question = pipe('generate question: Créateur » (Maker), lui aussi au singulier
|
|
119 |
| [lmqg/qg_frquad](https://huggingface.co/datasets/lmqg/qg_frquad) | default | 0.077 | 0.281 | 0.176 | 0.799 | 0.564 | [link](https://huggingface.co/lmqg/mt5-small-frquad-multitask/raw/main/eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_frquad.default.json) |
|
120 |
|
121 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
122 |
|
123 |
|
124 |
## Training hyperparameters
|
|
|
51 |
- name: MoverScore
|
52 |
type: moverscore
|
53 |
value: 0.5644356433018314
|
54 |
+
- name: QAAlignedF1Score (BERTScore)
|
55 |
+
type: qa_aligned_f1_score_bertscore
|
56 |
+
value: 0.79690878238991
|
57 |
+
- name: QAAlignedF1Score (MoverScore)
|
58 |
+
type: qa_aligned_f1_score_moverscore
|
59 |
+
value: 0.5418250904142348
|
60 |
---
|
61 |
|
62 |
# Model Card of `lmqg/mt5-small-frquad-multitask`
|
|
|
125 |
| [lmqg/qg_frquad](https://huggingface.co/datasets/lmqg/qg_frquad) | default | 0.077 | 0.281 | 0.176 | 0.799 | 0.564 | [link](https://huggingface.co/lmqg/mt5-small-frquad-multitask/raw/main/eval/metric.first.sentence.paragraph_answer.question.lmqg_qg_frquad.default.json) |
|
126 |
|
127 |
|
128 |
+
### Metrics (QAG)
|
129 |
+
|
130 |
+
| Dataset | Type | QA Aligned F1 Score (BERTScore) | QA Aligned F1 Score (MoverScore) | Link |
|
131 |
+
|:--------|:-----|--------------------------------:|---------------------------------:|-----:|
|
132 |
+
| [lmqg/qg_frquad](https://huggingface.co/datasets/lmqg/qg_frquad) | default | 0.797 | 0.542 | [link](https://huggingface.co/lmqg/mt5-small-frquad-multitask/raw/main/eval/metric.first.answer.paragraph.questions_answers.lmqg_qg_frquad.default.json) |
|
133 |
+
|
134 |
+
|
135 |
|
136 |
|
137 |
## Training hyperparameters
|