asahi417 commited on
Commit
36764c1
1 Parent(s): dc5fbab

model update

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -27,37 +27,37 @@ model-index:
27
  type: default
28
  args: default
29
  metrics:
30
- - name: BLEU4
31
- type: bleu4
32
  value: 13.76
33
- - name: ROUGE-L
34
- type: rouge-l
35
  value: 37.24
36
- - name: METEOR
37
- type: meteor
38
  value: 31.61
39
- - name: BERTScore
40
- type: bertscore
41
  value: 91.09
42
- - name: MoverScore
43
- type: moverscore
44
  value: 62.77
45
- - name: QAAlignedF1Score (BERTScore)
46
  type: qa_aligned_f1_score_bertscore
47
  value: 92.5
48
- - name: QAAlignedRecall (BERTScore)
49
  type: qa_aligned_recall_bertscore
50
  value: 92.29
51
- - name: QAAlignedPrecision (BERTScore)
52
  type: qa_aligned_precision_bertscore
53
  value: 92.72
54
- - name: QAAlignedF1Score (MoverScore)
55
  type: qa_aligned_f1_score_moverscore
56
  value: 65.05
57
- - name: QAAlignedRecall (MoverScore)
58
  type: qa_aligned_recall_moverscore
59
  value: 64.59
60
- - name: QAAlignedPrecision (MoverScore)
61
  type: qa_aligned_precision_moverscore
62
  value: 65.58
63
  ---
 
27
  type: default
28
  args: default
29
  metrics:
30
+ - name: BLEU4 (Question & Answer Generation)
31
+ type: bleu4_question_answer_generation
32
  value: 13.76
33
+ - name: ROUGE-L (Question & Answer Generation)
34
+ type: rouge_l_question_answer_generation
35
  value: 37.24
36
+ - name: METEOR (Question & Answer Generation)
37
+ type: meteor_question_answer_generation
38
  value: 31.61
39
+ - name: BERTScore (Question & Answer Generation)
40
+ type: bertscore_question_answer_generation
41
  value: 91.09
42
+ - name: MoverScore (Question & Answer Generation)
43
+ type: moverscore_question_answer_generation
44
  value: 62.77
45
+ - name: QAAlignedF1Score-BERTScore
46
  type: qa_aligned_f1_score_bertscore
47
  value: 92.5
48
+ - name: QAAlignedRecall-BERTScore
49
  type: qa_aligned_recall_bertscore
50
  value: 92.29
51
+ - name: QAAlignedPrecision-BERTScore
52
  type: qa_aligned_precision_bertscore
53
  value: 92.72
54
+ - name: QAAlignedF1Score-MoverScore
55
  type: qa_aligned_f1_score_moverscore
56
  value: 65.05
57
+ - name: QAAlignedRecall-MoverScore
58
  type: qa_aligned_recall_moverscore
59
  value: 64.59
60
+ - name: QAAlignedPrecision-MoverScore
61
  type: qa_aligned_precision_moverscore
62
  value: 65.58
63
  ---