model update
Browse files
README.md
CHANGED
@@ -42,23 +42,23 @@ model-index:
|
|
42 |
- name: MoverScore (Question & Answer Generation)
|
43 |
type: moverscore_question_answer_generation
|
44 |
value: 62.26
|
45 |
-
- name: QAAlignedF1Score-BERTScore
|
46 |
-
type:
|
47 |
value: 92.4
|
48 |
-
- name: QAAlignedRecall-BERTScore
|
49 |
-
type:
|
50 |
value: 92.03
|
51 |
-
- name: QAAlignedPrecision-BERTScore
|
52 |
-
type:
|
53 |
value: 92.78
|
54 |
-
- name: QAAlignedF1Score-MoverScore
|
55 |
-
type:
|
56 |
value: 64.83
|
57 |
-
- name: QAAlignedRecall-MoverScore
|
58 |
-
type:
|
59 |
value: 64.07
|
60 |
-
- name: QAAlignedPrecision-MoverScore
|
61 |
-
type:
|
62 |
value: 65.68
|
63 |
---
|
64 |
|
|
|
42 |
- name: MoverScore (Question & Answer Generation)
|
43 |
type: moverscore_question_answer_generation
|
44 |
value: 62.26
|
45 |
+
- name: QAAlignedF1Score-BERTScore (Question & Answer Generation)
|
46 |
+
type: qa_aligned_f1_score_bertscore_question_answer_generation
|
47 |
value: 92.4
|
48 |
+
- name: QAAlignedRecall-BERTScore (Question & Answer Generation)
|
49 |
+
type: qa_aligned_recall_bertscore_question_answer_generation
|
50 |
value: 92.03
|
51 |
+
- name: QAAlignedPrecision-BERTScore (Question & Answer Generation)
|
52 |
+
type: qa_aligned_precision_bertscore_question_answer_generation
|
53 |
value: 92.78
|
54 |
+
- name: QAAlignedF1Score-MoverScore (Question & Answer Generation)
|
55 |
+
type: qa_aligned_f1_score_moverscore_question_answer_generation
|
56 |
value: 64.83
|
57 |
+
- name: QAAlignedRecall-MoverScore (Question & Answer Generation)
|
58 |
+
type: qa_aligned_recall_moverscore_question_answer_generation
|
59 |
value: 64.07
|
60 |
+
- name: QAAlignedPrecision-MoverScore (Question & Answer Generation)
|
61 |
+
type: qa_aligned_precision_moverscore_question_answer_generation
|
62 |
value: 65.68
|
63 |
---
|
64 |
|