add model
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"add_prefix": false,
|
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-np",
|
3 |
"add_prefix": false,
|
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.3721408966148003, "Bleu_2": 0.2509164467597846, "Bleu_3": 0.17212294958902818, "Bleu_4": 0.11952807860594504, "METEOR": 0.33234151468838274, "ROUGE_L": 0.38246324501783846, "BERTScore": 0.9013732597104067, "MoverScore": 0.6193014138823796}, "test": {"Bleu_1": 0.40492272467084117, "Bleu_2": 0.27773803210324066, "Bleu_3": 0.1918293792740954, "Bleu_4": 0.13399772044578695, "METEOR": 0.3113835606745017, "ROUGE_L": 0.3723033124655649, "BERTScore": 0.9079808971076232, "MoverScore": 0.622602267900722}}
|
|
|
1 |
+
{"validation": {"Bleu_1": 0.3721408966148003, "Bleu_2": 0.2509164467597846, "Bleu_3": 0.17212294958902818, "Bleu_4": 0.11952807860594504, "METEOR": 0.33234151468838274, "ROUGE_L": 0.38246324501783846, "BERTScore": 0.9013732597104067, "MoverScore": 0.6193014138823796, "QAAlignedF1Score (BERTScore)": 0.9172200079010694, "QAAlignedF1Score (MoverScore)": 0.6477145861056033}, "test": {"Bleu_1": 0.40492272467084117, "Bleu_2": 0.27773803210324066, "Bleu_3": 0.1918293792740954, "Bleu_4": 0.13399772044578695, "METEOR": 0.3113835606745017, "ROUGE_L": 0.3723033124655649, "BERTScore": 0.9079808971076232, "MoverScore": 0.622602267900722, "QAAlignedF1Score (BERTScore)": 0.9239486200615753, "QAAlignedF1Score (MoverScore)": 0.6482953232883135}}
|
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:b30b53a09a69c40f607ac28599ff73a74efe31bccc883194c2b80811fbf54ac8
|
3 |
+
size 891614207
|