model update
Browse files- config.json +1 -1
- eval/metric.first.answer.paragraph_answer.question.asahi417_qg_dequad.default.json +1 -0
- eval/metric.first.sentence.paragraph_answer.question.asahi417_qg_dequad.default.json +1 -0
- eval/samples.test.hyp.paragraph_answer.question.asahi417_qg_dequad.default.txt +0 -0
- eval/samples.validation.hyp.paragraph_answer.question.asahi417_qg_dequad.default.txt +0 -0
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
- trainer_config.json +1 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "lmqg_output/mbart_large_cc25_dequad/
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "lmqg_output/mbart_large_cc25_dequad/model_ywshaf/epoch_5",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
eval/metric.first.answer.paragraph_answer.question.asahi417_qg_dequad.default.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"validation": {"Bleu_1": 0.13374797470338506, "Bleu_2": 0.06093641266501132, "Bleu_3": 0.029422073713238385, "Bleu_4": 0.011632038551693294}, "test": {"Bleu_1": 0.10807038532475409, "Bleu_2": 0.04434970967305647, "Bleu_3": 0.018814237220516974, "Bleu_4": 0.007382955926683014}}
|
eval/metric.first.sentence.paragraph_answer.question.asahi417_qg_dequad.default.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"validation": {"Bleu_1": 0.13456045699777136, "Bleu_2": 0.061288949338474834, "Bleu_3": 0.029652024265411907, "Bleu_4": 0.011734513409721313, "METEOR": 0.15580735823120184, "ROUGE_L": 0.1294996113682877, "BERTScore": 0.829480120990054, "MoverScore": 0.5728131576934975}, "test": {"Bleu_1": 0.10957766939918494, "Bleu_2": 0.044780869497519186, "Bleu_3": 0.01906752250705389, "Bleu_4": 0.007531690677542128, "METEOR": 0.1371220015206642, "ROUGE_L": 0.1118739967466843, "BERTScore": 0.8076776969325791, "MoverScore": 0.5588358947114936}}
|
eval/samples.test.hyp.paragraph_answer.question.asahi417_qg_dequad.default.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
eval/samples.validation.hyp.paragraph_answer.question.asahi417_qg_dequad.default.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9532e365399cdf5becf8a12e13ca50ae36fb9587f827f951819a5fc58c54e4c
|
3 |
+
size 2444604857
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "src_lang": null, "tgt_lang": null, "additional_special_tokens": null, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "lmqg_output/mbart_large_cc25_dequad/
|
|
|
1 |
+
{"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "src_lang": null, "tgt_lang": null, "additional_special_tokens": null, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "lmqg_output/mbart_large_cc25_dequad/model_ywshaf/epoch_5", "tokenizer_class": "MBartTokenizer"}
|
trainer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"dataset_path": "asahi417/qg_dequad", "dataset_name": "default", "input_types": ["paragraph_answer"], "output_types": ["question"], "prefix_types": null, "model": "facebook/mbart-large-cc25", "max_length": 512, "max_length_output": 32, "epoch": 11, "batch": 4, "lr": 0.0001, "fp16": false, "random_seed": 1, "gradient_accumulation_steps": 16, "label_smoothing": 0.15}
|