asahi417 commited on
Commit
292ebf9
1 Parent(s): 4553fe5

model update

Browse files
README.md CHANGED
@@ -30,6 +30,36 @@ model-index:
30
  - name: BLEU4 (Question & Answer Generation)
31
  type: bleu4_question_answer_generation
32
  value: 0.87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ---
34
 
35
  # Model Card of `lmqg/mt5-base-koquad-qag`
@@ -71,12 +101,22 @@ output = pipe("1990년 영화 《 남부군 》에서 단역으로 영화배우
71
 
72
  - ***Metric (Question & Answer Generation)***: [raw metric file](https://huggingface.co/lmqg/mt5-base-koquad-qag/raw/main/eval/metric.first.answer.paragraph.questions_answers.lmqg_qag_koquad.default.json)
73
 
74
- | | Score | Type | Dataset |
75
- |:-------|--------:|:--------|:-------------------------------------------------------------------|
76
- | Bleu_1 | 4.66 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
77
- | Bleu_2 | 2.43 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
78
- | Bleu_3 | 1.4 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
79
- | Bleu_4 | 0.87 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
 
 
 
 
 
 
 
 
 
 
80
 
81
 
82
 
 
30
  - name: BLEU4 (Question & Answer Generation)
31
  type: bleu4_question_answer_generation
32
  value: 0.87
33
+ - name: ROUGE-L (Question & Answer Generation)
34
+ type: rouge_l_question_answer_generation
35
+ value: 8.97
36
+ - name: METEOR (Question & Answer Generation)
37
+ type: meteor_question_answer_generation
38
+ value: 14.25
39
+ - name: BERTScore (Question & Answer Generation)
40
+ type: bertscore_question_answer_generation
41
+ value: 59.63
42
+ - name: MoverScore (Question & Answer Generation)
43
+ type: moverscore_question_answer_generation
44
+ value: 59.15
45
+ - name: QAAlignedF1Score-BERTScore (Question & Answer Generation)
46
+ type: qa_aligned_f1_score_bertscore_question_answer_generation
47
+ value: 76.88
48
+ - name: QAAlignedRecall-BERTScore (Question & Answer Generation)
49
+ type: qa_aligned_recall_bertscore_question_answer_generation
50
+ value: 76.69
51
+ - name: QAAlignedPrecision-BERTScore (Question & Answer Generation)
52
+ type: qa_aligned_precision_bertscore_question_answer_generation
53
+ value: 77.1
54
+ - name: QAAlignedF1Score-MoverScore (Question & Answer Generation)
55
+ type: qa_aligned_f1_score_moverscore_question_answer_generation
56
+ value: 77.95
57
+ - name: QAAlignedRecall-MoverScore (Question & Answer Generation)
58
+ type: qa_aligned_recall_moverscore_question_answer_generation
59
+ value: 77.66
60
+ - name: QAAlignedPrecision-MoverScore (Question & Answer Generation)
61
+ type: qa_aligned_precision_moverscore_question_answer_generation
62
+ value: 78.29
63
  ---
64
 
65
  # Model Card of `lmqg/mt5-base-koquad-qag`
 
101
 
102
  - ***Metric (Question & Answer Generation)***: [raw metric file](https://huggingface.co/lmqg/mt5-base-koquad-qag/raw/main/eval/metric.first.answer.paragraph.questions_answers.lmqg_qag_koquad.default.json)
103
 
104
+ | | Score | Type | Dataset |
105
+ |:--------------------------------|--------:|:--------|:-------------------------------------------------------------------|
106
+ | BERTScore | 59.63 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
107
+ | Bleu_1 | 4.66 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
108
+ | Bleu_2 | 2.43 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
109
+ | Bleu_3 | 1.4 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
110
+ | Bleu_4 | 0.87 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
111
+ | METEOR | 14.25 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
112
+ | MoverScore | 59.15 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
113
+ | QAAlignedF1Score (BERTScore) | 76.88 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
114
+ | QAAlignedF1Score (MoverScore) | 77.95 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
115
+ | QAAlignedPrecision (BERTScore) | 77.1 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
116
+ | QAAlignedPrecision (MoverScore) | 78.29 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
117
+ | QAAlignedRecall (BERTScore) | 76.69 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
118
+ | QAAlignedRecall (MoverScore) | 77.66 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
119
+ | ROUGE_L | 8.97 | default | [lmqg/qag_koquad](https://huggingface.co/datasets/lmqg/qag_koquad) |
120
 
121
 
122
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "lmqg_output/mt5-base-koquad-qag/best_model",
3
  "add_prefix": false,
4
  "architectures": [
5
  "MT5ForConditionalGeneration"
 
1
  {
2
+ "_name_or_path": "lmqg_output/mt5-base-koquad-qag/model_umlauj/epoch_17",
3
  "add_prefix": false,
4
  "architectures": [
5
  "MT5ForConditionalGeneration"
eval/metric.first.answer.paragraph.questions_answers.lmqg_qag_koquad.default.json CHANGED
@@ -1 +1 @@
1
- {"validation": {"Bleu_1": 0.22944459267164455, "Bleu_2": 0.14581809736110674, "Bleu_3": 0.09073762379558614, "Bleu_4": 0.060320148625246546}, "test": {"Bleu_1": 0.046633951117251785, "Bleu_2": 0.024267387176477355, "Bleu_3": 0.013983981210269144, "Bleu_4": 0.00865229909206871}}
 
1
+ {"validation": {"Bleu_1": 0.22944459267164455, "Bleu_2": 0.14581809736110674, "Bleu_3": 0.09073762379558614, "Bleu_4": 0.060320148625246546, "METEOR": 0.21020536565003278, "ROUGE_L": 0.2466824670559609, "BERTScore": 0.7206163909596701, "MoverScore": 0.6696985735571672, "QAAlignedF1Score (BERTScore)": 0.7926473005991794, "QAAlignedRecall (BERTScore)": 0.7655120301171079, "QAAlignedPrecision (BERTScore)": 0.8227984495823168, "QAAlignedF1Score (MoverScore)": 0.8196813358976065, "QAAlignedRecall (MoverScore)": 0.7834570086693475, "QAAlignedPrecision (MoverScore)": 0.8610160754337751}, "test": {"Bleu_1": 0.046633951117251785, "Bleu_2": 0.024267387176477355, "Bleu_3": 0.013983981210269144, "Bleu_4": 0.00865229909206871, "METEOR": 0.14250042873681426, "ROUGE_L": 0.08972020374341763, "BERTScore": 0.5963447060618836, "MoverScore": 0.5914871388294957, "QAAlignedF1Score (BERTScore)": 0.7688378008310351, "QAAlignedRecall (BERTScore)": 0.7669275914942397, "QAAlignedPrecision (BERTScore)": 0.7709911078538925, "QAAlignedF1Score (MoverScore)": 0.7794858817862599, "QAAlignedRecall (MoverScore)": 0.7766280538644278, "QAAlignedPrecision (MoverScore)": 0.782938458908736}}
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:46a4890a9a91302704ead27a34485781d792e07002252d411dfbecbfa2651a5e
3
- size 2329630901
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c2530294b7f85ad1e4245396fa49b1484ecf584ccf9c1f971b983f3dad9c522
3
+ size 2329634869
tokenizer_config.json CHANGED
@@ -2,7 +2,7 @@
2
  "additional_special_tokens": null,
3
  "eos_token": "</s>",
4
  "extra_ids": 0,
5
- "name_or_path": "lmqg_output/mt5-base-koquad-qag/best_model",
6
  "pad_token": "<pad>",
7
  "sp_model_kwargs": {},
8
  "special_tokens_map_file": "/home/patrick/.cache/torch/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276",
 
2
  "additional_special_tokens": null,
3
  "eos_token": "</s>",
4
  "extra_ids": 0,
5
+ "name_or_path": "lmqg_output/mt5-base-koquad-qag/model_umlauj/epoch_17",
6
  "pad_token": "<pad>",
7
  "sp_model_kwargs": {},
8
  "special_tokens_map_file": "/home/patrick/.cache/torch/transformers/685ac0ca8568ec593a48b61b0a3c272beee9bc194a3c7241d15dcadb5f875e53.f76030f3ec1b96a8199b2593390c610e76ca8028ef3d24680000619ffb646276",