add model
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"add_prefix": true,
|
4 |
"architectures": [
|
5 |
"T5ForConditionalGeneration"
|
@@ -8,11 +8,13 @@
|
|
8 |
"d_kv": 64,
|
9 |
"d_model": 768,
|
10 |
"decoder_start_token_id": 0,
|
|
|
11 |
"dropout_rate": 0.1,
|
12 |
"eos_token_id": 1,
|
13 |
"feed_forward_proj": "relu",
|
14 |
"initializer_factor": 1.0,
|
15 |
"is_encoder_decoder": true,
|
|
|
16 |
"layer_norm_epsilon": 1e-06,
|
17 |
"model_type": "t5",
|
18 |
"n_positions": 512,
|
@@ -21,6 +23,7 @@
|
|
21 |
"num_layers": 12,
|
22 |
"output_past": true,
|
23 |
"pad_token_id": 0,
|
|
|
24 |
"relative_attention_num_buckets": 32,
|
25 |
"task_specific_params": {
|
26 |
"summarization": {
|
@@ -52,7 +55,7 @@
|
|
52 |
}
|
53 |
},
|
54 |
"torch_dtype": "float32",
|
55 |
-
"transformers_version": "4.
|
56 |
"use_cache": true,
|
57 |
"vocab_size": 32101
|
58 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "t5-base-tweetqa-qag",
|
3 |
"add_prefix": true,
|
4 |
"architectures": [
|
5 |
"T5ForConditionalGeneration"
|
|
|
8 |
"d_kv": 64,
|
9 |
"d_model": 768,
|
10 |
"decoder_start_token_id": 0,
|
11 |
+
"dense_act_fn": "relu",
|
12 |
"dropout_rate": 0.1,
|
13 |
"eos_token_id": 1,
|
14 |
"feed_forward_proj": "relu",
|
15 |
"initializer_factor": 1.0,
|
16 |
"is_encoder_decoder": true,
|
17 |
+
"is_gated_act": false,
|
18 |
"layer_norm_epsilon": 1e-06,
|
19 |
"model_type": "t5",
|
20 |
"n_positions": 512,
|
|
|
23 |
"num_layers": 12,
|
24 |
"output_past": true,
|
25 |
"pad_token_id": 0,
|
26 |
+
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"task_specific_params": {
|
29 |
"summarization": {
|
|
|
55 |
}
|
56 |
},
|
57 |
"torch_dtype": "float32",
|
58 |
+
"transformers_version": "4.21.2",
|
59 |
"use_cache": true,
|
60 |
"vocab_size": 32101
|
61 |
}
|
eval/metric.first.answer.paragraph.questions_answers.lmqg_qag_tweetqa.default.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"validation": {"Bleu_1": 0.3738463313336194, "Bleu_2": 0.25187710741309555, "Bleu_3": 0.17301367663064196, "Bleu_4": 0.12056853153991282, "METEOR": 0.3347661830653345, "ROUGE_L": 0.3823696390369866, "BERTScore": 0.9027718756456522, "MoverScore": 0.6215475528953677}, "test": {"Bleu_1": 0.4051769369789305, "Bleu_2": 0.2754558448773594, "Bleu_3": 0.18928799859905374, "Bleu_4": 0.13263946554139405, "METEOR": 0.3081166404528711, "ROUGE_L": 0.36935780155247455, "BERTScore": 0.9085398159959508, "MoverScore": 0.6231917023300243}}
|
|
|
1 |
+
{"validation": {"Bleu_1": 0.3738463313336194, "Bleu_2": 0.25187710741309555, "Bleu_3": 0.17301367663064196, "Bleu_4": 0.12056853153991282, "METEOR": 0.3347661830653345, "ROUGE_L": 0.3823696390369866, "BERTScore": 0.9027718756456522, "MoverScore": 0.6215475528953677, "QAAlignedF1Score (BERTScore)": 0.9188373178327536, "QAAlignedF1Score (MoverScore)": 0.6489597272156573}, "test": {"Bleu_1": 0.4051769369789305, "Bleu_2": 0.2754558448773594, "Bleu_3": 0.18928799859905374, "Bleu_4": 0.13263946554139405, "METEOR": 0.3081166404528711, "ROUGE_L": 0.36935780155247455, "BERTScore": 0.9085398159959508, "MoverScore": 0.6231917023300243, "QAAlignedF1Score (BERTScore)": 0.9251122858041756, "QAAlignedF1Score (MoverScore)": 0.6503876079996429}}
|
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:72552fb0084b487624db4cdc891b40cfe3f41fb15234d18bf59b808ba16770be
|
3 |
+
size 891614207
|