model update
Browse files- config.json +1 -1
- eval/metric.first.answer.paragraph_answer.question.asahi417_qg_itquad.default.json +1 -0
- eval/metric.first.sentence.paragraph_answer.question.asahi417_qg_itquad.default.json +1 -0
- eval/samples.test.hyp.paragraph_answer.question.asahi417_qg_itquad.default.txt +0 -0
- eval/samples.validation.hyp.paragraph_answer.question.asahi417_qg_itquad.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_itquad/
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "lmqg_output/mbart_large_cc25_itquad/model_dytzou/epoch_5",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
eval/metric.first.answer.paragraph_answer.question.asahi417_qg_itquad.default.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"validation": {"Bleu_1": 0.22703389088361253, "Bleu_2": 0.14948148157282393, "Bleu_3": 0.10378526631748017, "Bleu_4": 0.07419949413372318}, "test": {"Bleu_1": 0.21520097546366382, "Bleu_2": 0.13878479822230838, "Bleu_3": 0.09516058530878012, "Bleu_4": 0.06730691632577891}}
|
eval/metric.first.sentence.paragraph_answer.question.asahi417_qg_itquad.default.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"validation": {"Bleu_1": 0.22820035048024412, "Bleu_2": 0.1504879969975405, "Bleu_3": 0.10461020611576215, "Bleu_4": 0.07485963930470264, "METEOR": 0.18944942197906448, "ROUGE_L": 0.22465928861027812, "BERTScore": 0.8159518637792335, "MoverScore": 0.577643773070282}, "test": {"Bleu_1": 0.22510096596679074, "Bleu_2": 0.14615548028696385, "Bleu_3": 0.10058981822510114, "Bleu_4": 0.07130659184548822, "METEOR": 0.17974779339788577, "ROUGE_L": 0.21690703343943712, "BERTScore": 0.8063210049660572, "MoverScore": 0.5683736599719899}}
|
eval/samples.test.hyp.paragraph_answer.question.asahi417_qg_itquad.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_itquad.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:4c43c7f44f6a7c9280ed3d9b23ecda9d5551221ccd776c581e56920ef9d1d72c
|
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_itquad/
|
|
|
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_itquad/model_dytzou/epoch_5", "tokenizer_class": "MBartTokenizer"}
|
trainer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"dataset_path": "asahi417/qg_itquad", "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": 8, "batch": 4, "lr": 0.0001, "fp16": false, "random_seed": 1, "gradient_accumulation_steps": 16, "label_smoothing": 0.15}
|