asahi417 commited on
Commit
52580a7
1 Parent(s): 6bf1a43

commit files to HF hub

Browse files
README.md CHANGED
@@ -31,33 +31,33 @@ model-index:
31
  metrics:
32
  - name: BLEU4 (Question Answering)
33
  type: bleu4_question_answering
34
- value: 0.0
35
  - name: ROUGE-L (Question Answering)
36
  type: rouge_l_question_answering
37
- value: 0.04
38
  - name: METEOR (Question Answering)
39
  type: meteor_question_answering
40
- value: 0.01
41
  - name: BERTScore (Question Answering)
42
  type: bertscore_question_answering
43
- value: 75.63
44
  - name: MoverScore (Question Answering)
45
  type: moverscore_question_answering
46
- value: 57.17
47
  - name: AnswerF1Score (Question Answering)
48
  type: answer_f1_score__question_answering
49
- value: 0.0
50
  - name: AnswerExactMatch (Question Answering)
51
  type: answer_exact_match_question_answering
52
- value: 0.0
53
  ---
54
 
55
  # Model Card of `vocabtrimmer/mt5-small-trimmed-es-60000-esquad-qa`
56
- This model is fine-tuned version of [vocabtrimmer/mt5-small-trimmed-es-60000](https://huggingface.co/vocabtrimmer/mt5-small-trimmed-es-60000) for question answering task on the [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) (dataset_name: default) via [`lmqg`](https://github.com/asahi417/lm-question-generation).
57
 
58
 
59
  ### Overview
60
- - **Language model:** [vocabtrimmer/mt5-small-trimmed-es-60000](https://huggingface.co/vocabtrimmer/mt5-small-trimmed-es-60000)
61
  - **Language:** es
62
  - **Training data:** [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) (default)
63
  - **Online Demo:** [https://autoqg.net/](https://autoqg.net/)
@@ -93,16 +93,16 @@ output = pipe("question: ¿Cuál es la población de Nueva York a partir de 2014
93
 
94
  | | Score | Type | Dataset |
95
  |:-----------------|--------:|:--------|:-----------------------------------------------------------------|
96
- | AnswerExactMatch | 0 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
97
- | AnswerF1Score | 0 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
98
- | BERTScore | 75.63 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
99
- | Bleu_1 | 0.04 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
100
- | Bleu_2 | 0 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
101
- | Bleu_3 | 0 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
102
- | Bleu_4 | 0 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
103
- | METEOR | 0.01 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
104
- | MoverScore | 57.17 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
105
- | ROUGE_L | 0.04 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
106
 
107
 
108
 
@@ -114,15 +114,15 @@ The following hyperparameters were used during fine-tuning:
114
  - input_types: ['paragraph_question']
115
  - output_types: ['answer']
116
  - prefix_types: None
117
- - model: vocabtrimmer/mt5-small-trimmed-es-60000
118
  - max_length: 512
119
  - max_length_output: 32
120
- - epoch: 5
121
  - batch: 32
122
  - lr: 0.001
123
  - fp16: False
124
  - random_seed: 1
125
- - gradient_accumulation_steps: 2
126
  - label_smoothing: 0.15
127
 
128
  The full configuration can be found at [fine-tuning config file](https://huggingface.co/vocabtrimmer/mt5-small-trimmed-es-60000-esquad-qa/raw/main/trainer_config.json).
 
31
  metrics:
32
  - name: BLEU4 (Question Answering)
33
  type: bleu4_question_answering
34
+ value: 15.81
35
  - name: ROUGE-L (Question Answering)
36
  type: rouge_l_question_answering
37
+ value: 36.21
38
  - name: METEOR (Question Answering)
39
  type: meteor_question_answering
40
+ value: 31.38
41
  - name: BERTScore (Question Answering)
42
  type: bertscore_question_answering
43
+ value: 90.76
44
  - name: MoverScore (Question Answering)
45
  type: moverscore_question_answering
46
+ value: 75.04
47
  - name: AnswerF1Score (Question Answering)
48
  type: answer_f1_score__question_answering
49
+ value: 58.03
50
  - name: AnswerExactMatch (Question Answering)
51
  type: answer_exact_match_question_answering
52
+ value: 37.0
53
  ---
54
 
55
  # Model Card of `vocabtrimmer/mt5-small-trimmed-es-60000-esquad-qa`
56
+ This model is fine-tuned version of [ckpts/mt5-small-trimmed-es-60000](https://huggingface.co/ckpts/mt5-small-trimmed-es-60000) for question answering task on the [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) (dataset_name: default) via [`lmqg`](https://github.com/asahi417/lm-question-generation).
57
 
58
 
59
  ### Overview
60
+ - **Language model:** [ckpts/mt5-small-trimmed-es-60000](https://huggingface.co/ckpts/mt5-small-trimmed-es-60000)
61
  - **Language:** es
62
  - **Training data:** [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) (default)
63
  - **Online Demo:** [https://autoqg.net/](https://autoqg.net/)
 
93
 
94
  | | Score | Type | Dataset |
95
  |:-----------------|--------:|:--------|:-----------------------------------------------------------------|
96
+ | AnswerExactMatch | 37 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
97
+ | AnswerF1Score | 58.03 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
98
+ | BERTScore | 90.76 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
99
+ | Bleu_1 | 25.62 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
100
+ | Bleu_2 | 21.27 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
101
+ | Bleu_3 | 18.24 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
102
+ | Bleu_4 | 15.81 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
103
+ | METEOR | 31.38 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
104
+ | MoverScore | 75.04 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
105
+ | ROUGE_L | 36.21 | default | [lmqg/qg_esquad](https://huggingface.co/datasets/lmqg/qg_esquad) |
106
 
107
 
108
 
 
114
  - input_types: ['paragraph_question']
115
  - output_types: ['answer']
116
  - prefix_types: None
117
+ - model: ckpts/mt5-small-trimmed-es-60000
118
  - max_length: 512
119
  - max_length_output: 32
120
+ - epoch: 13
121
  - batch: 32
122
  - lr: 0.001
123
  - fp16: False
124
  - random_seed: 1
125
+ - gradient_accumulation_steps: 4
126
  - label_smoothing: 0.15
127
 
128
  The full configuration can be found at [fine-tuning config file](https://huggingface.co/vocabtrimmer/mt5-small-trimmed-es-60000-esquad-qa/raw/main/trainer_config.json).
eval/metric.first.answer.paragraph_question.answer.lmqg_qg_esquad.default.json CHANGED
@@ -1 +1 @@
1
- {"validation": {"Bleu_1": 0.00041248699171136233, "Bleu_2": 4.474049597809197e-12, "Bleu_3": 2.1734816055170378e-10, "Bleu_4": 1.5148985728625334e-09, "METEOR": 7.001896175265699e-05, "ROUGE_L": 0.00031084756130530546, "BERTScore": 0.7564456416789157, "MoverScore": 0.5724704342283652, "AnswerF1Score": 0.0, "AnswerExactMatch": 0.0}, "test": {"Bleu_1": 0.00040996457235308904, "Bleu_2": 4.321406028708754e-12, "Bleu_3": 2.079423675330759e-10, "Bleu_4": 1.4424538917612976e-09, "METEOR": 7.11549988116127e-05, "ROUGE_L": 0.0004036776886490134, "BERTScore": 0.7563161283985217, "MoverScore": 0.5717498874976459, "AnswerF1Score": 0.0, "AnswerExactMatch": 0.0}}
 
1
+ {"validation": {"Bleu_1": 0.2453062943795847, "Bleu_2": 0.20281462239950065, "Bleu_3": 0.17239279784650083, "Bleu_4": 0.14812685771608206, "METEOR": 0.3110814057950505, "ROUGE_L": 0.3548773973945248, "BERTScore": 0.9026185512204382, "MoverScore": 0.7375726581315332, "AnswerF1Score": 55.78295138910964, "AnswerExactMatch": 34.1438032166509}, "test": {"Bleu_1": 0.256207307817409, "Bleu_2": 0.2127005548121441, "Bleu_3": 0.18237532701964873, "Bleu_4": 0.15810471719270472, "METEOR": 0.3138468629788032, "ROUGE_L": 0.3621297952077331, "BERTScore": 0.9076446937127506, "MoverScore": 0.7503555440417273, "AnswerF1Score": 58.02796499082963, "AnswerExactMatch": 37.000946073793756}}
eval/samples.test.hyp.paragraph_question.answer.lmqg_qg_esquad.default.txt CHANGED
The diff for this file is too large to render. See raw diff
 
eval/samples.validation.hyp.paragraph_question.answer.lmqg_qg_esquad.default.txt CHANGED
The diff for this file is too large to render. See raw diff