model update
Browse files- config.json +1 -1
- eval/metric.first.answer.paragraph_answer.question.asahi417_qg_ruquad.default.json +1 -0
- eval/metric.first.sentence.paragraph_answer.question.asahi417_qg_ruquad.default.json +1 -0
- eval/samples.test.hyp.paragraph_answer.question.asahi417_qg_ruquad.default.txt +0 -0
- eval/samples.validation.hyp.paragraph_answer.question.asahi417_qg_ruquad.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_ruquad/
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "lmqg_output/mbart_large_cc25_ruquad/model_vmrptf/epoch_16",
|
3 |
"_num_labels": 3,
|
4 |
"activation_dropout": 0.0,
|
5 |
"activation_function": "gelu",
|
eval/metric.first.answer.paragraph_answer.question.asahi417_qg_ruquad.default.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"validation": {"Bleu_1": 0.3451043005847397, "Bleu_2": 0.27427975056487375, "Bleu_3": 0.22178503295330904, "Bleu_4": 0.18084111085978843}, "test": {"Bleu_1": 0.35057495122254245, "Bleu_2": 0.2794631773976741, "Bleu_3": 0.22747388558867493, "Bleu_4": 0.18703228464678062}}
|
eval/metric.first.sentence.paragraph_answer.question.asahi417_qg_ruquad.default.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"validation": {"Bleu_1": 0.3465636317695539, "Bleu_2": 0.2752455605720588, "Bleu_3": 0.2224449517459213, "Bleu_4": 0.18132229043774173, "METEOR": 0.29113564321056884, "ROUGE_L": 0.3403345716407707, "BERTScore": 0.8711588684887552, "MoverScore": 0.6568570645579158}, "test": {"Bleu_1": 0.35247161903156443, "Bleu_2": 0.2809553944805356, "Bleu_3": 0.22867147207647767, "Bleu_4": 0.18801269316217556, "METEOR": 0.2930182680427807, "ROUGE_L": 0.3418205676556352, "BERTScore": 0.8718016183868516, "MoverScore": 0.6587523781250593}}
|
eval/samples.test.hyp.paragraph_answer.question.asahi417_qg_ruquad.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_ruquad.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:1cbf7319fd3e7be5e48d59ddeb513758d6267222661701f231a2799e4916f461
|
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_ruquad/
|
|
|
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_ruquad/model_vmrptf/epoch_16", "tokenizer_class": "MBartTokenizer"}
|
trainer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"dataset_path": "asahi417/qg_ruquad", "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": 17, "batch": 4, "lr": 0.0001, "fp16": false, "random_seed": 1, "gradient_accumulation_steps": 16, "label_smoothing": 0.15}
|