model update
Browse files
README.md
CHANGED
@@ -27,37 +27,37 @@ model-index:
|
|
27 |
type: default
|
28 |
args: default
|
29 |
metrics:
|
30 |
-
- name: BLEU4
|
31 |
-
type:
|
32 |
value: 13.27
|
33 |
-
- name: ROUGE-L
|
34 |
-
type:
|
35 |
value: 33.39
|
36 |
-
- name: METEOR
|
37 |
-
type:
|
38 |
value: 25.66
|
39 |
-
- name: BERTScore
|
40 |
-
type:
|
41 |
value: 91.19
|
42 |
-
- name: MoverScore
|
43 |
-
type:
|
44 |
value: 61.59
|
45 |
-
- name: QAAlignedF1Score
|
46 |
type: qa_aligned_f1_score_bertscore
|
47 |
value: 91.5
|
48 |
-
- name: QAAlignedRecall
|
49 |
type: qa_aligned_recall_bertscore
|
50 |
value: 91.11
|
51 |
-
- name: QAAlignedPrecision
|
52 |
type: qa_aligned_precision_bertscore
|
53 |
value: 91.9
|
54 |
-
- name: QAAlignedF1Score
|
55 |
type: qa_aligned_f1_score_moverscore
|
56 |
value: 63.78
|
57 |
-
- name: QAAlignedRecall
|
58 |
type: qa_aligned_recall_moverscore
|
59 |
value: 62.89
|
60 |
-
- name: QAAlignedPrecision
|
61 |
type: qa_aligned_precision_moverscore
|
62 |
value: 64.77
|
63 |
---
|
|
|
27 |
type: default
|
28 |
args: default
|
29 |
metrics:
|
30 |
+
- name: BLEU4 ((Question & Answer Generation))
|
31 |
+
type: bleu4_question_answer_generation
|
32 |
value: 13.27
|
33 |
+
- name: ROUGE-L ((Question & Answer Generation))
|
34 |
+
type: rouge_l_question_answer_generation
|
35 |
value: 33.39
|
36 |
+
- name: METEOR ((Question & Answer Generation))
|
37 |
+
type: meteor_question_answer_generation
|
38 |
value: 25.66
|
39 |
+
- name: BERTScore ((Question & Answer Generation))
|
40 |
+
type: bertscore_question_answer_generation
|
41 |
value: 91.19
|
42 |
+
- name: MoverScore ((Question & Answer Generation))
|
43 |
+
type: moverscore_question_answer_generation
|
44 |
value: 61.59
|
45 |
+
- name: QAAlignedF1Score-BERTScore
|
46 |
type: qa_aligned_f1_score_bertscore
|
47 |
value: 91.5
|
48 |
+
- name: QAAlignedRecall-BERTScore
|
49 |
type: qa_aligned_recall_bertscore
|
50 |
value: 91.11
|
51 |
+
- name: QAAlignedPrecision-BERTScore
|
52 |
type: qa_aligned_precision_bertscore
|
53 |
value: 91.9
|
54 |
+
- name: QAAlignedF1Score-MoverScore
|
55 |
type: qa_aligned_f1_score_moverscore
|
56 |
value: 63.78
|
57 |
+
- name: QAAlignedRecall-MoverScore
|
58 |
type: qa_aligned_recall_moverscore
|
59 |
value: 62.89
|
60 |
+
- name: QAAlignedPrecision-MoverScore
|
61 |
type: qa_aligned_precision_moverscore
|
62 |
value: 64.77
|
63 |
---
|