Ying7888 commited on
Commit
564dd00
1 Parent(s): c3534fd

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "google-t5/t5-small",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "q",
23
- "v"
24
  ],
25
  "task_type": "SEQ_2_SEQ_LM",
26
  "use_rslora": false
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "google/pegasus-large",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
  ],
25
  "task_type": "SEQ_2_SEQ_LM",
26
  "use_rslora": false
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c59c9d1bb12e69e259e321629089bbe565aa6de2acd215c8d660938cd2993b0
3
- size 1189536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363b23b4f721388c8d7f5efd3d827e3d8c838b32dce24b1d5cf06a07baf437f4
3
+ size 6318376
config.json CHANGED
@@ -1,61 +1,124 @@
1
  {
2
- "_name_or_path": "google-t5/t5-small",
 
 
 
 
3
  "architectures": [
4
- "T5ForConditionalGeneration"
5
  ],
 
 
 
6
  "classifier_dropout": 0.0,
7
- "d_ff": 2048,
8
- "d_kv": 64,
9
- "d_model": 512,
 
 
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,
21
- "num_decoder_layers": 6,
22
- "num_heads": 8,
23
- "num_layers": 6,
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": {
30
- "early_stopping": true,
31
- "length_penalty": 2.0,
32
- "max_length": 200,
33
- "min_length": 30,
34
- "no_repeat_ngram_size": 3,
35
- "num_beams": 4,
36
- "prefix": "summarize: "
37
- },
38
- "translation_en_to_de": {
39
- "early_stopping": true,
40
- "max_length": 300,
41
- "num_beams": 4,
42
- "prefix": "translate English to German: "
43
- },
44
- "translation_en_to_fr": {
45
- "early_stopping": true,
46
- "max_length": 300,
47
- "num_beams": 4,
48
- "prefix": "translate English to French: "
49
- },
50
- "translation_en_to_ro": {
51
- "early_stopping": true,
52
- "max_length": 300,
53
- "num_beams": 4,
54
- "prefix": "translate English to Romanian: "
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  }
56
  },
57
  "torch_dtype": "float32",
58
  "transformers_version": "4.35.2",
59
  "use_cache": true,
60
- "vocab_size": 32128
61
  }
 
1
  {
2
+ "_name_or_path": "google/pegasus-large",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "relu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": true,
7
  "architectures": [
8
+ "PegasusForConditionalGeneration"
9
  ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.0,
13
  "classifier_dropout": 0.0,
14
+ "d_model": 1024,
15
+ "decoder_attention_heads": 16,
16
+ "decoder_ffn_dim": 4096,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 16,
19
  "decoder_start_token_id": 0,
20
+ "dropout": 0.1,
21
+ "encoder_attention_heads": 16,
22
+ "encoder_ffn_dim": 4096,
23
+ "encoder_layerdrop": 0.0,
24
+ "encoder_layers": 16,
25
  "eos_token_id": 1,
26
+ "extra_pos_embeddings": 1,
27
+ "force_bos_token_to_be_generated": false,
28
+ "forced_eos_token_id": 1,
29
+ "gradient_checkpointing": false,
30
+ "id2label": {
31
+ "0": "LABEL_0",
32
+ "1": "LABEL_1",
33
+ "2": "LABEL_2"
34
+ },
35
+ "init_std": 0.02,
36
  "is_encoder_decoder": true,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1,
40
+ "LABEL_2": 2
41
+ },
42
+ "length_penalty": 0.8,
43
+ "max_length": 256,
44
+ "max_position_embeddings": 1024,
45
+ "model_type": "pegasus",
46
+ "normalize_before": true,
47
+ "normalize_embedding": false,
48
+ "num_beams": 8,
49
+ "num_hidden_layers": 16,
50
  "pad_token_id": 0,
51
+ "scale_embedding": true,
52
+ "static_position_embeddings": true,
53
  "task_specific_params": {
54
+ "summarization_aeslc": {
55
+ "length_penalty": 0.6,
56
+ "max_length": 32,
57
+ "max_position_embeddings": 512
58
+ },
59
+ "summarization_arxiv": {
60
+ "length_penalty": 0.8,
61
+ "max_length": 256,
62
+ "max_position_embeddings": 1024
63
+ },
64
+ "summarization_big_patent": {
65
+ "length_penalty": 0.7,
66
+ "max_length": 256,
67
+ "max_position_embeddings": 1024
68
+ },
69
+ "summarization_billsum": {
70
+ "length_penalty": 0.6,
71
+ "max_length": 256,
72
+ "max_position_embeddings": 1024
73
+ },
74
+ "summarization_cnn_dailymail": {
75
+ "length_penalty": 0.8,
76
+ "max_length": 128,
77
+ "max_position_embeddings": 1024
78
+ },
79
+ "summarization_gigaword": {
80
+ "length_penalty": 0.6,
81
+ "max_length": 32,
82
+ "max_position_embeddings": 128
83
+ },
84
+ "summarization_large": {
85
+ "length_penalty": 0.8,
86
+ "max_length": 256,
87
+ "max_position_embeddings": 1024
88
+ },
89
+ "summarization_multi_news": {
90
+ "length_penalty": 0.8,
91
+ "max_length": 256,
92
+ "max_position_embeddings": 1024
93
+ },
94
+ "summarization_newsroom": {
95
+ "length_penalty": 0.8,
96
+ "max_length": 128,
97
+ "max_position_embeddings": 512
98
+ },
99
+ "summarization_pubmed": {
100
+ "length_penalty": 0.8,
101
+ "max_length": 256,
102
+ "max_position_embeddings": 1024
103
+ },
104
+ "summarization_reddit_tifu": {
105
+ "length_penalty": 0.6,
106
+ "max_length": 128,
107
+ "max_position_embeddings": 512
108
+ },
109
+ "summarization_wikihow": {
110
+ "length_penalty": 0.6,
111
+ "max_length": 256,
112
+ "max_position_embeddings": 512
113
+ },
114
+ "summarization_xsum": {
115
+ "length_penalty": 0.8,
116
+ "max_length": 64,
117
+ "max_position_embeddings": 512
118
  }
119
  },
120
  "torch_dtype": "float32",
121
  "transformers_version": "4.35.2",
122
  "use_cache": true,
123
+ "vocab_size": 96103
124
  }
generation_config.json CHANGED
@@ -1,7 +1,12 @@
1
  {
2
  "_from_model_config": true,
 
3
  "decoder_start_token_id": 0,
4
  "eos_token_id": 1,
 
 
 
 
5
  "pad_token_id": 0,
6
  "transformers_version": "4.35.2"
7
  }
 
1
  {
2
  "_from_model_config": true,
3
+ "bos_token_id": 0,
4
  "decoder_start_token_id": 0,
5
  "eos_token_id": 1,
6
+ "forced_eos_token_id": 1,
7
+ "length_penalty": 0.8,
8
+ "max_length": 256,
9
+ "num_beams": 8,
10
  "pad_token_id": 0,
11
  "transformers_version": "4.35.2"
12
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e64f5acdf3bca60dcf3d325a8c4413daf94c658a42a6afcc16f00ba3c94dbcb5
3
- size 243231448
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e372e1f0b384c93c95e045302ee7504696ca4ce5af01d15964e4ffc48ab3de9
3
+ size 2289972540
runs/Feb19_20-53-47_97bbbfaeeb01/events.out.tfevents.1708376033.97bbbfaeeb01.215.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ff9bd2c6ac43dbcbadcb2c8fd83eb6a319c9be5d4f4fc100171bd9845bf9272
3
+ size 7027
special_tokens_map.json CHANGED
@@ -1,107 +1,110 @@
1
  {
2
  "additional_special_tokens": [
3
- "<extra_id_0>",
4
- "<extra_id_1>",
5
- "<extra_id_2>",
6
- "<extra_id_3>",
7
- "<extra_id_4>",
8
- "<extra_id_5>",
9
- "<extra_id_6>",
10
- "<extra_id_7>",
11
- "<extra_id_8>",
12
- "<extra_id_9>",
13
- "<extra_id_10>",
14
- "<extra_id_11>",
15
- "<extra_id_12>",
16
- "<extra_id_13>",
17
- "<extra_id_14>",
18
- "<extra_id_15>",
19
- "<extra_id_16>",
20
- "<extra_id_17>",
21
- "<extra_id_18>",
22
- "<extra_id_19>",
23
- "<extra_id_20>",
24
- "<extra_id_21>",
25
- "<extra_id_22>",
26
- "<extra_id_23>",
27
- "<extra_id_24>",
28
- "<extra_id_25>",
29
- "<extra_id_26>",
30
- "<extra_id_27>",
31
- "<extra_id_28>",
32
- "<extra_id_29>",
33
- "<extra_id_30>",
34
- "<extra_id_31>",
35
- "<extra_id_32>",
36
- "<extra_id_33>",
37
- "<extra_id_34>",
38
- "<extra_id_35>",
39
- "<extra_id_36>",
40
- "<extra_id_37>",
41
- "<extra_id_38>",
42
- "<extra_id_39>",
43
- "<extra_id_40>",
44
- "<extra_id_41>",
45
- "<extra_id_42>",
46
- "<extra_id_43>",
47
- "<extra_id_44>",
48
- "<extra_id_45>",
49
- "<extra_id_46>",
50
- "<extra_id_47>",
51
- "<extra_id_48>",
52
- "<extra_id_49>",
53
- "<extra_id_50>",
54
- "<extra_id_51>",
55
- "<extra_id_52>",
56
- "<extra_id_53>",
57
- "<extra_id_54>",
58
- "<extra_id_55>",
59
- "<extra_id_56>",
60
- "<extra_id_57>",
61
- "<extra_id_58>",
62
- "<extra_id_59>",
63
- "<extra_id_60>",
64
- "<extra_id_61>",
65
- "<extra_id_62>",
66
- "<extra_id_63>",
67
- "<extra_id_64>",
68
- "<extra_id_65>",
69
- "<extra_id_66>",
70
- "<extra_id_67>",
71
- "<extra_id_68>",
72
- "<extra_id_69>",
73
- "<extra_id_70>",
74
- "<extra_id_71>",
75
- "<extra_id_72>",
76
- "<extra_id_73>",
77
- "<extra_id_74>",
78
- "<extra_id_75>",
79
- "<extra_id_76>",
80
- "<extra_id_77>",
81
- "<extra_id_78>",
82
- "<extra_id_79>",
83
- "<extra_id_80>",
84
- "<extra_id_81>",
85
- "<extra_id_82>",
86
- "<extra_id_83>",
87
- "<extra_id_84>",
88
- "<extra_id_85>",
89
- "<extra_id_86>",
90
- "<extra_id_87>",
91
- "<extra_id_88>",
92
- "<extra_id_89>",
93
- "<extra_id_90>",
94
- "<extra_id_91>",
95
- "<extra_id_92>",
96
- "<extra_id_93>",
97
- "<extra_id_94>",
98
- "<extra_id_95>",
99
- "<extra_id_96>",
100
- "<extra_id_97>",
101
- "<extra_id_98>",
102
- "<extra_id_99>"
 
 
103
  ],
104
  "eos_token": "</s>",
 
105
  "pad_token": "<pad>",
106
  "unk_token": "<unk>"
107
  }
 
1
  {
2
  "additional_special_tokens": [
3
+ "<mask_1>",
4
+ "<unk_2>",
5
+ "<unk_3>",
6
+ "<unk_4>",
7
+ "<unk_5>",
8
+ "<unk_6>",
9
+ "<unk_7>",
10
+ "<unk_8>",
11
+ "<unk_9>",
12
+ "<unk_10>",
13
+ "<unk_11>",
14
+ "<unk_12>",
15
+ "<unk_13>",
16
+ "<unk_14>",
17
+ "<unk_15>",
18
+ "<unk_16>",
19
+ "<unk_17>",
20
+ "<unk_18>",
21
+ "<unk_19>",
22
+ "<unk_20>",
23
+ "<unk_21>",
24
+ "<unk_22>",
25
+ "<unk_23>",
26
+ "<unk_24>",
27
+ "<unk_25>",
28
+ "<unk_26>",
29
+ "<unk_27>",
30
+ "<unk_28>",
31
+ "<unk_29>",
32
+ "<unk_30>",
33
+ "<unk_31>",
34
+ "<unk_32>",
35
+ "<unk_33>",
36
+ "<unk_34>",
37
+ "<unk_35>",
38
+ "<unk_36>",
39
+ "<unk_37>",
40
+ "<unk_38>",
41
+ "<unk_39>",
42
+ "<unk_40>",
43
+ "<unk_41>",
44
+ "<unk_42>",
45
+ "<unk_43>",
46
+ "<unk_44>",
47
+ "<unk_45>",
48
+ "<unk_46>",
49
+ "<unk_47>",
50
+ "<unk_48>",
51
+ "<unk_49>",
52
+ "<unk_50>",
53
+ "<unk_51>",
54
+ "<unk_52>",
55
+ "<unk_53>",
56
+ "<unk_54>",
57
+ "<unk_55>",
58
+ "<unk_56>",
59
+ "<unk_57>",
60
+ "<unk_58>",
61
+ "<unk_59>",
62
+ "<unk_60>",
63
+ "<unk_61>",
64
+ "<unk_62>",
65
+ "<unk_63>",
66
+ "<unk_64>",
67
+ "<unk_65>",
68
+ "<unk_66>",
69
+ "<unk_67>",
70
+ "<unk_68>",
71
+ "<unk_69>",
72
+ "<unk_70>",
73
+ "<unk_71>",
74
+ "<unk_72>",
75
+ "<unk_73>",
76
+ "<unk_74>",
77
+ "<unk_75>",
78
+ "<unk_76>",
79
+ "<unk_77>",
80
+ "<unk_78>",
81
+ "<unk_79>",
82
+ "<unk_80>",
83
+ "<unk_81>",
84
+ "<unk_82>",
85
+ "<unk_83>",
86
+ "<unk_84>",
87
+ "<unk_85>",
88
+ "<unk_86>",
89
+ "<unk_87>",
90
+ "<unk_88>",
91
+ "<unk_89>",
92
+ "<unk_90>",
93
+ "<unk_91>",
94
+ "<unk_92>",
95
+ "<unk_93>",
96
+ "<unk_94>",
97
+ "<unk_95>",
98
+ "<unk_96>",
99
+ "<unk_97>",
100
+ "<unk_98>",
101
+ "<unk_99>",
102
+ "<unk_100>",
103
+ "<unk_101>",
104
+ "<unk_102>"
105
  ],
106
  "eos_token": "</s>",
107
+ "mask_token": "<mask_2>",
108
  "pad_token": "<pad>",
109
  "unk_token": "<unk>"
110
  }
spiece.model CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
3
- size 791656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0015189ef36359283fec8b93cf6d9ce51bca37eb1101defc68a53b394913b96c
3
+ size 1912529
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -17,807 +17,831 @@
17
  "special": true
18
  },
19
  "2": {
20
- "content": "<unk>",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  "lstrip": false,
22
  "normalized": false,
23
  "rstrip": false,
24
  "single_word": false,
25
  "special": true
26
  },
27
- "32000": {
28
- "content": "<extra_id_99>",
29
  "lstrip": false,
30
  "normalized": false,
31
  "rstrip": false,
32
  "single_word": false,
33
  "special": true
34
  },
35
- "32001": {
36
- "content": "<extra_id_98>",
37
  "lstrip": false,
38
  "normalized": false,
39
  "rstrip": false,
40
  "single_word": false,
41
  "special": true
42
  },
43
- "32002": {
44
- "content": "<extra_id_97>",
45
  "lstrip": false,
46
  "normalized": false,
47
  "rstrip": false,
48
  "single_word": false,
49
  "special": true
50
  },
51
- "32003": {
52
- "content": "<extra_id_96>",
53
  "lstrip": false,
54
  "normalized": false,
55
  "rstrip": false,
56
  "single_word": false,
57
  "special": true
58
  },
59
- "32004": {
60
- "content": "<extra_id_95>",
61
  "lstrip": false,
62
  "normalized": false,
63
  "rstrip": false,
64
  "single_word": false,
65
  "special": true
66
  },
67
- "32005": {
68
- "content": "<extra_id_94>",
69
  "lstrip": false,
70
  "normalized": false,
71
  "rstrip": false,
72
  "single_word": false,
73
  "special": true
74
  },
75
- "32006": {
76
- "content": "<extra_id_93>",
77
  "lstrip": false,
78
  "normalized": false,
79
  "rstrip": false,
80
  "single_word": false,
81
  "special": true
82
  },
83
- "32007": {
84
- "content": "<extra_id_92>",
85
  "lstrip": false,
86
  "normalized": false,
87
  "rstrip": false,
88
  "single_word": false,
89
  "special": true
90
  },
91
- "32008": {
92
- "content": "<extra_id_91>",
93
  "lstrip": false,
94
  "normalized": false,
95
  "rstrip": false,
96
  "single_word": false,
97
  "special": true
98
  },
99
- "32009": {
100
- "content": "<extra_id_90>",
101
  "lstrip": false,
102
  "normalized": false,
103
  "rstrip": false,
104
  "single_word": false,
105
  "special": true
106
  },
107
- "32010": {
108
- "content": "<extra_id_89>",
109
  "lstrip": false,
110
  "normalized": false,
111
  "rstrip": false,
112
  "single_word": false,
113
  "special": true
114
  },
115
- "32011": {
116
- "content": "<extra_id_88>",
117
  "lstrip": false,
118
  "normalized": false,
119
  "rstrip": false,
120
  "single_word": false,
121
  "special": true
122
  },
123
- "32012": {
124
- "content": "<extra_id_87>",
125
  "lstrip": false,
126
  "normalized": false,
127
  "rstrip": false,
128
  "single_word": false,
129
  "special": true
130
  },
131
- "32013": {
132
- "content": "<extra_id_86>",
133
  "lstrip": false,
134
  "normalized": false,
135
  "rstrip": false,
136
  "single_word": false,
137
  "special": true
138
  },
139
- "32014": {
140
- "content": "<extra_id_85>",
141
  "lstrip": false,
142
  "normalized": false,
143
  "rstrip": false,
144
  "single_word": false,
145
  "special": true
146
  },
147
- "32015": {
148
- "content": "<extra_id_84>",
149
  "lstrip": false,
150
  "normalized": false,
151
  "rstrip": false,
152
  "single_word": false,
153
  "special": true
154
  },
155
- "32016": {
156
- "content": "<extra_id_83>",
157
  "lstrip": false,
158
  "normalized": false,
159
  "rstrip": false,
160
  "single_word": false,
161
  "special": true
162
  },
163
- "32017": {
164
- "content": "<extra_id_82>",
165
  "lstrip": false,
166
  "normalized": false,
167
  "rstrip": false,
168
  "single_word": false,
169
  "special": true
170
  },
171
- "32018": {
172
- "content": "<extra_id_81>",
173
  "lstrip": false,
174
  "normalized": false,
175
  "rstrip": false,
176
  "single_word": false,
177
  "special": true
178
  },
179
- "32019": {
180
- "content": "<extra_id_80>",
181
  "lstrip": false,
182
  "normalized": false,
183
  "rstrip": false,
184
  "single_word": false,
185
  "special": true
186
  },
187
- "32020": {
188
- "content": "<extra_id_79>",
189
  "lstrip": false,
190
  "normalized": false,
191
  "rstrip": false,
192
  "single_word": false,
193
  "special": true
194
  },
195
- "32021": {
196
- "content": "<extra_id_78>",
197
  "lstrip": false,
198
  "normalized": false,
199
  "rstrip": false,
200
  "single_word": false,
201
  "special": true
202
  },
203
- "32022": {
204
- "content": "<extra_id_77>",
205
  "lstrip": false,
206
  "normalized": false,
207
  "rstrip": false,
208
  "single_word": false,
209
  "special": true
210
  },
211
- "32023": {
212
- "content": "<extra_id_76>",
213
  "lstrip": false,
214
  "normalized": false,
215
  "rstrip": false,
216
  "single_word": false,
217
  "special": true
218
  },
219
- "32024": {
220
- "content": "<extra_id_75>",
221
  "lstrip": false,
222
  "normalized": false,
223
  "rstrip": false,
224
  "single_word": false,
225
  "special": true
226
  },
227
- "32025": {
228
- "content": "<extra_id_74>",
229
  "lstrip": false,
230
  "normalized": false,
231
  "rstrip": false,
232
  "single_word": false,
233
  "special": true
234
  },
235
- "32026": {
236
- "content": "<extra_id_73>",
237
  "lstrip": false,
238
  "normalized": false,
239
  "rstrip": false,
240
  "single_word": false,
241
  "special": true
242
  },
243
- "32027": {
244
- "content": "<extra_id_72>",
245
  "lstrip": false,
246
  "normalized": false,
247
  "rstrip": false,
248
  "single_word": false,
249
  "special": true
250
  },
251
- "32028": {
252
- "content": "<extra_id_71>",
253
  "lstrip": false,
254
  "normalized": false,
255
  "rstrip": false,
256
  "single_word": false,
257
  "special": true
258
  },
259
- "32029": {
260
- "content": "<extra_id_70>",
261
  "lstrip": false,
262
  "normalized": false,
263
  "rstrip": false,
264
  "single_word": false,
265
  "special": true
266
  },
267
- "32030": {
268
- "content": "<extra_id_69>",
269
  "lstrip": false,
270
  "normalized": false,
271
  "rstrip": false,
272
  "single_word": false,
273
  "special": true
274
  },
275
- "32031": {
276
- "content": "<extra_id_68>",
277
  "lstrip": false,
278
  "normalized": false,
279
  "rstrip": false,
280
  "single_word": false,
281
  "special": true
282
  },
283
- "32032": {
284
- "content": "<extra_id_67>",
285
  "lstrip": false,
286
  "normalized": false,
287
  "rstrip": false,
288
  "single_word": false,
289
  "special": true
290
  },
291
- "32033": {
292
- "content": "<extra_id_66>",
293
  "lstrip": false,
294
  "normalized": false,
295
  "rstrip": false,
296
  "single_word": false,
297
  "special": true
298
  },
299
- "32034": {
300
- "content": "<extra_id_65>",
301
  "lstrip": false,
302
  "normalized": false,
303
  "rstrip": false,
304
  "single_word": false,
305
  "special": true
306
  },
307
- "32035": {
308
- "content": "<extra_id_64>",
309
  "lstrip": false,
310
  "normalized": false,
311
  "rstrip": false,
312
  "single_word": false,
313
  "special": true
314
  },
315
- "32036": {
316
- "content": "<extra_id_63>",
317
  "lstrip": false,
318
  "normalized": false,
319
  "rstrip": false,
320
  "single_word": false,
321
  "special": true
322
  },
323
- "32037": {
324
- "content": "<extra_id_62>",
325
  "lstrip": false,
326
  "normalized": false,
327
  "rstrip": false,
328
  "single_word": false,
329
  "special": true
330
  },
331
- "32038": {
332
- "content": "<extra_id_61>",
333
  "lstrip": false,
334
  "normalized": false,
335
  "rstrip": false,
336
  "single_word": false,
337
  "special": true
338
  },
339
- "32039": {
340
- "content": "<extra_id_60>",
341
  "lstrip": false,
342
  "normalized": false,
343
  "rstrip": false,
344
  "single_word": false,
345
  "special": true
346
  },
347
- "32040": {
348
- "content": "<extra_id_59>",
349
  "lstrip": false,
350
  "normalized": false,
351
  "rstrip": false,
352
  "single_word": false,
353
  "special": true
354
  },
355
- "32041": {
356
- "content": "<extra_id_58>",
357
  "lstrip": false,
358
  "normalized": false,
359
  "rstrip": false,
360
  "single_word": false,
361
  "special": true
362
  },
363
- "32042": {
364
- "content": "<extra_id_57>",
365
  "lstrip": false,
366
  "normalized": false,
367
  "rstrip": false,
368
  "single_word": false,
369
  "special": true
370
  },
371
- "32043": {
372
- "content": "<extra_id_56>",
373
  "lstrip": false,
374
  "normalized": false,
375
  "rstrip": false,
376
  "single_word": false,
377
  "special": true
378
  },
379
- "32044": {
380
- "content": "<extra_id_55>",
381
  "lstrip": false,
382
  "normalized": false,
383
  "rstrip": false,
384
  "single_word": false,
385
  "special": true
386
  },
387
- "32045": {
388
- "content": "<extra_id_54>",
389
  "lstrip": false,
390
  "normalized": false,
391
  "rstrip": false,
392
  "single_word": false,
393
  "special": true
394
  },
395
- "32046": {
396
- "content": "<extra_id_53>",
397
  "lstrip": false,
398
  "normalized": false,
399
  "rstrip": false,
400
  "single_word": false,
401
  "special": true
402
  },
403
- "32047": {
404
- "content": "<extra_id_52>",
405
  "lstrip": false,
406
  "normalized": false,
407
  "rstrip": false,
408
  "single_word": false,
409
  "special": true
410
  },
411
- "32048": {
412
- "content": "<extra_id_51>",
413
  "lstrip": false,
414
  "normalized": false,
415
  "rstrip": false,
416
  "single_word": false,
417
  "special": true
418
  },
419
- "32049": {
420
- "content": "<extra_id_50>",
421
  "lstrip": false,
422
  "normalized": false,
423
  "rstrip": false,
424
  "single_word": false,
425
  "special": true
426
  },
427
- "32050": {
428
- "content": "<extra_id_49>",
429
  "lstrip": false,
430
  "normalized": false,
431
  "rstrip": false,
432
  "single_word": false,
433
  "special": true
434
  },
435
- "32051": {
436
- "content": "<extra_id_48>",
437
  "lstrip": false,
438
  "normalized": false,
439
  "rstrip": false,
440
  "single_word": false,
441
  "special": true
442
  },
443
- "32052": {
444
- "content": "<extra_id_47>",
445
  "lstrip": false,
446
  "normalized": false,
447
  "rstrip": false,
448
  "single_word": false,
449
  "special": true
450
  },
451
- "32053": {
452
- "content": "<extra_id_46>",
453
  "lstrip": false,
454
  "normalized": false,
455
  "rstrip": false,
456
  "single_word": false,
457
  "special": true
458
  },
459
- "32054": {
460
- "content": "<extra_id_45>",
461
  "lstrip": false,
462
  "normalized": false,
463
  "rstrip": false,
464
  "single_word": false,
465
  "special": true
466
  },
467
- "32055": {
468
- "content": "<extra_id_44>",
469
  "lstrip": false,
470
  "normalized": false,
471
  "rstrip": false,
472
  "single_word": false,
473
  "special": true
474
  },
475
- "32056": {
476
- "content": "<extra_id_43>",
477
  "lstrip": false,
478
  "normalized": false,
479
  "rstrip": false,
480
  "single_word": false,
481
  "special": true
482
  },
483
- "32057": {
484
- "content": "<extra_id_42>",
485
  "lstrip": false,
486
  "normalized": false,
487
  "rstrip": false,
488
  "single_word": false,
489
  "special": true
490
  },
491
- "32058": {
492
- "content": "<extra_id_41>",
493
  "lstrip": false,
494
  "normalized": false,
495
  "rstrip": false,
496
  "single_word": false,
497
  "special": true
498
  },
499
- "32059": {
500
- "content": "<extra_id_40>",
501
  "lstrip": false,
502
  "normalized": false,
503
  "rstrip": false,
504
  "single_word": false,
505
  "special": true
506
  },
507
- "32060": {
508
- "content": "<extra_id_39>",
509
  "lstrip": false,
510
  "normalized": false,
511
  "rstrip": false,
512
  "single_word": false,
513
  "special": true
514
  },
515
- "32061": {
516
- "content": "<extra_id_38>",
517
  "lstrip": false,
518
  "normalized": false,
519
  "rstrip": false,
520
  "single_word": false,
521
  "special": true
522
  },
523
- "32062": {
524
- "content": "<extra_id_37>",
525
  "lstrip": false,
526
  "normalized": false,
527
  "rstrip": false,
528
  "single_word": false,
529
  "special": true
530
  },
531
- "32063": {
532
- "content": "<extra_id_36>",
533
  "lstrip": false,
534
  "normalized": false,
535
  "rstrip": false,
536
  "single_word": false,
537
  "special": true
538
  },
539
- "32064": {
540
- "content": "<extra_id_35>",
541
  "lstrip": false,
542
  "normalized": false,
543
  "rstrip": false,
544
  "single_word": false,
545
  "special": true
546
  },
547
- "32065": {
548
- "content": "<extra_id_34>",
549
  "lstrip": false,
550
  "normalized": false,
551
  "rstrip": false,
552
  "single_word": false,
553
  "special": true
554
  },
555
- "32066": {
556
- "content": "<extra_id_33>",
557
  "lstrip": false,
558
  "normalized": false,
559
  "rstrip": false,
560
  "single_word": false,
561
  "special": true
562
  },
563
- "32067": {
564
- "content": "<extra_id_32>",
565
  "lstrip": false,
566
  "normalized": false,
567
  "rstrip": false,
568
  "single_word": false,
569
  "special": true
570
  },
571
- "32068": {
572
- "content": "<extra_id_31>",
573
  "lstrip": false,
574
  "normalized": false,
575
  "rstrip": false,
576
  "single_word": false,
577
  "special": true
578
  },
579
- "32069": {
580
- "content": "<extra_id_30>",
581
  "lstrip": false,
582
  "normalized": false,
583
  "rstrip": false,
584
  "single_word": false,
585
  "special": true
586
  },
587
- "32070": {
588
- "content": "<extra_id_29>",
589
  "lstrip": false,
590
  "normalized": false,
591
  "rstrip": false,
592
  "single_word": false,
593
  "special": true
594
  },
595
- "32071": {
596
- "content": "<extra_id_28>",
597
  "lstrip": false,
598
  "normalized": false,
599
  "rstrip": false,
600
  "single_word": false,
601
  "special": true
602
  },
603
- "32072": {
604
- "content": "<extra_id_27>",
605
  "lstrip": false,
606
  "normalized": false,
607
  "rstrip": false,
608
  "single_word": false,
609
  "special": true
610
  },
611
- "32073": {
612
- "content": "<extra_id_26>",
613
  "lstrip": false,
614
  "normalized": false,
615
  "rstrip": false,
616
  "single_word": false,
617
  "special": true
618
  },
619
- "32074": {
620
- "content": "<extra_id_25>",
621
  "lstrip": false,
622
  "normalized": false,
623
  "rstrip": false,
624
  "single_word": false,
625
  "special": true
626
  },
627
- "32075": {
628
- "content": "<extra_id_24>",
629
  "lstrip": false,
630
  "normalized": false,
631
  "rstrip": false,
632
  "single_word": false,
633
  "special": true
634
  },
635
- "32076": {
636
- "content": "<extra_id_23>",
637
  "lstrip": false,
638
  "normalized": false,
639
  "rstrip": false,
640
  "single_word": false,
641
  "special": true
642
  },
643
- "32077": {
644
- "content": "<extra_id_22>",
645
  "lstrip": false,
646
  "normalized": false,
647
  "rstrip": false,
648
  "single_word": false,
649
  "special": true
650
  },
651
- "32078": {
652
- "content": "<extra_id_21>",
653
  "lstrip": false,
654
  "normalized": false,
655
  "rstrip": false,
656
  "single_word": false,
657
  "special": true
658
  },
659
- "32079": {
660
- "content": "<extra_id_20>",
661
  "lstrip": false,
662
  "normalized": false,
663
  "rstrip": false,
664
  "single_word": false,
665
  "special": true
666
  },
667
- "32080": {
668
- "content": "<extra_id_19>",
669
  "lstrip": false,
670
  "normalized": false,
671
  "rstrip": false,
672
  "single_word": false,
673
  "special": true
674
  },
675
- "32081": {
676
- "content": "<extra_id_18>",
677
  "lstrip": false,
678
  "normalized": false,
679
  "rstrip": false,
680
  "single_word": false,
681
  "special": true
682
  },
683
- "32082": {
684
- "content": "<extra_id_17>",
685
  "lstrip": false,
686
  "normalized": false,
687
  "rstrip": false,
688
  "single_word": false,
689
  "special": true
690
  },
691
- "32083": {
692
- "content": "<extra_id_16>",
693
  "lstrip": false,
694
  "normalized": false,
695
  "rstrip": false,
696
  "single_word": false,
697
  "special": true
698
  },
699
- "32084": {
700
- "content": "<extra_id_15>",
701
  "lstrip": false,
702
  "normalized": false,
703
  "rstrip": false,
704
  "single_word": false,
705
  "special": true
706
  },
707
- "32085": {
708
- "content": "<extra_id_14>",
709
  "lstrip": false,
710
  "normalized": false,
711
  "rstrip": false,
712
  "single_word": false,
713
  "special": true
714
  },
715
- "32086": {
716
- "content": "<extra_id_13>",
717
  "lstrip": false,
718
  "normalized": false,
719
  "rstrip": false,
720
  "single_word": false,
721
  "special": true
722
  },
723
- "32087": {
724
- "content": "<extra_id_12>",
725
  "lstrip": false,
726
  "normalized": false,
727
  "rstrip": false,
728
  "single_word": false,
729
  "special": true
730
  },
731
- "32088": {
732
- "content": "<extra_id_11>",
733
  "lstrip": false,
734
  "normalized": false,
735
  "rstrip": false,
736
  "single_word": false,
737
  "special": true
738
  },
739
- "32089": {
740
- "content": "<extra_id_10>",
741
  "lstrip": false,
742
  "normalized": false,
743
  "rstrip": false,
744
  "single_word": false,
745
  "special": true
746
  },
747
- "32090": {
748
- "content": "<extra_id_9>",
749
  "lstrip": false,
750
  "normalized": false,
751
  "rstrip": false,
752
  "single_word": false,
753
  "special": true
754
  },
755
- "32091": {
756
- "content": "<extra_id_8>",
757
  "lstrip": false,
758
  "normalized": false,
759
  "rstrip": false,
760
  "single_word": false,
761
  "special": true
762
  },
763
- "32092": {
764
- "content": "<extra_id_7>",
765
  "lstrip": false,
766
  "normalized": false,
767
  "rstrip": false,
768
  "single_word": false,
769
  "special": true
770
  },
771
- "32093": {
772
- "content": "<extra_id_6>",
773
  "lstrip": false,
774
  "normalized": false,
775
  "rstrip": false,
776
  "single_word": false,
777
  "special": true
778
  },
779
- "32094": {
780
- "content": "<extra_id_5>",
781
  "lstrip": false,
782
  "normalized": false,
783
  "rstrip": false,
784
  "single_word": false,
785
  "special": true
786
  },
787
- "32095": {
788
- "content": "<extra_id_4>",
789
  "lstrip": false,
790
  "normalized": false,
791
  "rstrip": false,
792
  "single_word": false,
793
  "special": true
794
  },
795
- "32096": {
796
- "content": "<extra_id_3>",
797
  "lstrip": false,
798
  "normalized": false,
799
  "rstrip": false,
800
  "single_word": false,
801
  "special": true
802
  },
803
- "32097": {
804
- "content": "<extra_id_2>",
805
  "lstrip": false,
806
  "normalized": false,
807
  "rstrip": false,
808
  "single_word": false,
809
  "special": true
810
  },
811
- "32098": {
812
- "content": "<extra_id_1>",
813
  "lstrip": false,
814
  "normalized": false,
815
  "rstrip": false,
816
  "single_word": false,
817
  "special": true
818
  },
819
- "32099": {
820
- "content": "<extra_id_0>",
821
  "lstrip": false,
822
  "normalized": false,
823
  "rstrip": false,
@@ -826,112 +850,118 @@
826
  }
827
  },
828
  "additional_special_tokens": [
829
- "<extra_id_0>",
830
- "<extra_id_1>",
831
- "<extra_id_2>",
832
- "<extra_id_3>",
833
- "<extra_id_4>",
834
- "<extra_id_5>",
835
- "<extra_id_6>",
836
- "<extra_id_7>",
837
- "<extra_id_8>",
838
- "<extra_id_9>",
839
- "<extra_id_10>",
840
- "<extra_id_11>",
841
- "<extra_id_12>",
842
- "<extra_id_13>",
843
- "<extra_id_14>",
844
- "<extra_id_15>",
845
- "<extra_id_16>",
846
- "<extra_id_17>",
847
- "<extra_id_18>",
848
- "<extra_id_19>",
849
- "<extra_id_20>",
850
- "<extra_id_21>",
851
- "<extra_id_22>",
852
- "<extra_id_23>",
853
- "<extra_id_24>",
854
- "<extra_id_25>",
855
- "<extra_id_26>",
856
- "<extra_id_27>",
857
- "<extra_id_28>",
858
- "<extra_id_29>",
859
- "<extra_id_30>",
860
- "<extra_id_31>",
861
- "<extra_id_32>",
862
- "<extra_id_33>",
863
- "<extra_id_34>",
864
- "<extra_id_35>",
865
- "<extra_id_36>",
866
- "<extra_id_37>",
867
- "<extra_id_38>",
868
- "<extra_id_39>",
869
- "<extra_id_40>",
870
- "<extra_id_41>",
871
- "<extra_id_42>",
872
- "<extra_id_43>",
873
- "<extra_id_44>",
874
- "<extra_id_45>",
875
- "<extra_id_46>",
876
- "<extra_id_47>",
877
- "<extra_id_48>",
878
- "<extra_id_49>",
879
- "<extra_id_50>",
880
- "<extra_id_51>",
881
- "<extra_id_52>",
882
- "<extra_id_53>",
883
- "<extra_id_54>",
884
- "<extra_id_55>",
885
- "<extra_id_56>",
886
- "<extra_id_57>",
887
- "<extra_id_58>",
888
- "<extra_id_59>",
889
- "<extra_id_60>",
890
- "<extra_id_61>",
891
- "<extra_id_62>",
892
- "<extra_id_63>",
893
- "<extra_id_64>",
894
- "<extra_id_65>",
895
- "<extra_id_66>",
896
- "<extra_id_67>",
897
- "<extra_id_68>",
898
- "<extra_id_69>",
899
- "<extra_id_70>",
900
- "<extra_id_71>",
901
- "<extra_id_72>",
902
- "<extra_id_73>",
903
- "<extra_id_74>",
904
- "<extra_id_75>",
905
- "<extra_id_76>",
906
- "<extra_id_77>",
907
- "<extra_id_78>",
908
- "<extra_id_79>",
909
- "<extra_id_80>",
910
- "<extra_id_81>",
911
- "<extra_id_82>",
912
- "<extra_id_83>",
913
- "<extra_id_84>",
914
- "<extra_id_85>",
915
- "<extra_id_86>",
916
- "<extra_id_87>",
917
- "<extra_id_88>",
918
- "<extra_id_89>",
919
- "<extra_id_90>",
920
- "<extra_id_91>",
921
- "<extra_id_92>",
922
- "<extra_id_93>",
923
- "<extra_id_94>",
924
- "<extra_id_95>",
925
- "<extra_id_96>",
926
- "<extra_id_97>",
927
- "<extra_id_98>",
928
- "<extra_id_99>"
 
 
929
  ],
930
  "clean_up_tokenization_spaces": true,
931
  "eos_token": "</s>",
932
- "extra_ids": 100,
933
- "model_max_length": 512,
 
 
 
934
  "pad_token": "<pad>",
935
- "tokenizer_class": "T5Tokenizer",
 
936
  "unk_token": "<unk>"
937
  }
 
17
  "special": true
18
  },
19
  "2": {
20
+ "content": "<mask_1>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<mask_2>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "<unk_2>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "5": {
44
+ "content": "<unk_3>",
45
  "lstrip": false,
46
  "normalized": false,
47
  "rstrip": false,
48
  "single_word": false,
49
  "special": true
50
  },
51
+ "6": {
52
+ "content": "<unk_4>",
53
  "lstrip": false,
54
  "normalized": false,
55
  "rstrip": false,
56
  "single_word": false,
57
  "special": true
58
  },
59
+ "7": {
60
+ "content": "<unk_5>",
61
  "lstrip": false,
62
  "normalized": false,
63
  "rstrip": false,
64
  "single_word": false,
65
  "special": true
66
  },
67
+ "8": {
68
+ "content": "<unk_6>",
69
  "lstrip": false,
70
  "normalized": false,
71
  "rstrip": false,
72
  "single_word": false,
73
  "special": true
74
  },
75
+ "9": {
76
+ "content": "<unk_7>",
77
  "lstrip": false,
78
  "normalized": false,
79
  "rstrip": false,
80
  "single_word": false,
81
  "special": true
82
  },
83
+ "10": {
84
+ "content": "<unk_8>",
85
  "lstrip": false,
86
  "normalized": false,
87
  "rstrip": false,
88
  "single_word": false,
89
  "special": true
90
  },
91
+ "11": {
92
+ "content": "<unk_9>",
93
  "lstrip": false,
94
  "normalized": false,
95
  "rstrip": false,
96
  "single_word": false,
97
  "special": true
98
  },
99
+ "12": {
100
+ "content": "<unk_10>",
101
  "lstrip": false,
102
  "normalized": false,
103
  "rstrip": false,
104
  "single_word": false,
105
  "special": true
106
  },
107
+ "13": {
108
+ "content": "<unk_11>",
109
  "lstrip": false,
110
  "normalized": false,
111
  "rstrip": false,
112
  "single_word": false,
113
  "special": true
114
  },
115
+ "14": {
116
+ "content": "<unk_12>",
117
  "lstrip": false,
118
  "normalized": false,
119
  "rstrip": false,
120
  "single_word": false,
121
  "special": true
122
  },
123
+ "15": {
124
+ "content": "<unk_13>",
125
  "lstrip": false,
126
  "normalized": false,
127
  "rstrip": false,
128
  "single_word": false,
129
  "special": true
130
  },
131
+ "16": {
132
+ "content": "<unk_14>",
133
  "lstrip": false,
134
  "normalized": false,
135
  "rstrip": false,
136
  "single_word": false,
137
  "special": true
138
  },
139
+ "17": {
140
+ "content": "<unk_15>",
141
  "lstrip": false,
142
  "normalized": false,
143
  "rstrip": false,
144
  "single_word": false,
145
  "special": true
146
  },
147
+ "18": {
148
+ "content": "<unk_16>",
149
  "lstrip": false,
150
  "normalized": false,
151
  "rstrip": false,
152
  "single_word": false,
153
  "special": true
154
  },
155
+ "19": {
156
+ "content": "<unk_17>",
157
  "lstrip": false,
158
  "normalized": false,
159
  "rstrip": false,
160
  "single_word": false,
161
  "special": true
162
  },
163
+ "20": {
164
+ "content": "<unk_18>",
165
  "lstrip": false,
166
  "normalized": false,
167
  "rstrip": false,
168
  "single_word": false,
169
  "special": true
170
  },
171
+ "21": {
172
+ "content": "<unk_19>",
173
  "lstrip": false,
174
  "normalized": false,
175
  "rstrip": false,
176
  "single_word": false,
177
  "special": true
178
  },
179
+ "22": {
180
+ "content": "<unk_20>",
181
  "lstrip": false,
182
  "normalized": false,
183
  "rstrip": false,
184
  "single_word": false,
185
  "special": true
186
  },
187
+ "23": {
188
+ "content": "<unk_21>",
189
  "lstrip": false,
190
  "normalized": false,
191
  "rstrip": false,
192
  "single_word": false,
193
  "special": true
194
  },
195
+ "24": {
196
+ "content": "<unk_22>",
197
  "lstrip": false,
198
  "normalized": false,
199
  "rstrip": false,
200
  "single_word": false,
201
  "special": true
202
  },
203
+ "25": {
204
+ "content": "<unk_23>",
205
  "lstrip": false,
206
  "normalized": false,
207
  "rstrip": false,
208
  "single_word": false,
209
  "special": true
210
  },
211
+ "26": {
212
+ "content": "<unk_24>",
213
  "lstrip": false,
214
  "normalized": false,
215
  "rstrip": false,
216
  "single_word": false,
217
  "special": true
218
  },
219
+ "27": {
220
+ "content": "<unk_25>",
221
  "lstrip": false,
222
  "normalized": false,
223
  "rstrip": false,
224
  "single_word": false,
225
  "special": true
226
  },
227
+ "28": {
228
+ "content": "<unk_26>",
229
  "lstrip": false,
230
  "normalized": false,
231
  "rstrip": false,
232
  "single_word": false,
233
  "special": true
234
  },
235
+ "29": {
236
+ "content": "<unk_27>",
237
  "lstrip": false,
238
  "normalized": false,
239
  "rstrip": false,
240
  "single_word": false,
241
  "special": true
242
  },
243
+ "30": {
244
+ "content": "<unk_28>",
245
  "lstrip": false,
246
  "normalized": false,
247
  "rstrip": false,
248
  "single_word": false,
249
  "special": true
250
  },
251
+ "31": {
252
+ "content": "<unk_29>",
253
  "lstrip": false,
254
  "normalized": false,
255
  "rstrip": false,
256
  "single_word": false,
257
  "special": true
258
  },
259
+ "32": {
260
+ "content": "<unk_30>",
261
  "lstrip": false,
262
  "normalized": false,
263
  "rstrip": false,
264
  "single_word": false,
265
  "special": true
266
  },
267
+ "33": {
268
+ "content": "<unk_31>",
269
  "lstrip": false,
270
  "normalized": false,
271
  "rstrip": false,
272
  "single_word": false,
273
  "special": true
274
  },
275
+ "34": {
276
+ "content": "<unk_32>",
277
  "lstrip": false,
278
  "normalized": false,
279
  "rstrip": false,
280
  "single_word": false,
281
  "special": true
282
  },
283
+ "35": {
284
+ "content": "<unk_33>",
285
  "lstrip": false,
286
  "normalized": false,
287
  "rstrip": false,
288
  "single_word": false,
289
  "special": true
290
  },
291
+ "36": {
292
+ "content": "<unk_34>",
293
  "lstrip": false,
294
  "normalized": false,
295
  "rstrip": false,
296
  "single_word": false,
297
  "special": true
298
  },
299
+ "37": {
300
+ "content": "<unk_35>",
301
  "lstrip": false,
302
  "normalized": false,
303
  "rstrip": false,
304
  "single_word": false,
305
  "special": true
306
  },
307
+ "38": {
308
+ "content": "<unk_36>",
309
  "lstrip": false,
310
  "normalized": false,
311
  "rstrip": false,
312
  "single_word": false,
313
  "special": true
314
  },
315
+ "39": {
316
+ "content": "<unk_37>",
317
  "lstrip": false,
318
  "normalized": false,
319
  "rstrip": false,
320
  "single_word": false,
321
  "special": true
322
  },
323
+ "40": {
324
+ "content": "<unk_38>",
325
  "lstrip": false,
326
  "normalized": false,
327
  "rstrip": false,
328
  "single_word": false,
329
  "special": true
330
  },
331
+ "41": {
332
+ "content": "<unk_39>",
333
  "lstrip": false,
334
  "normalized": false,
335
  "rstrip": false,
336
  "single_word": false,
337
  "special": true
338
  },
339
+ "42": {
340
+ "content": "<unk_40>",
341
  "lstrip": false,
342
  "normalized": false,
343
  "rstrip": false,
344
  "single_word": false,
345
  "special": true
346
  },
347
+ "43": {
348
+ "content": "<unk_41>",
349
  "lstrip": false,
350
  "normalized": false,
351
  "rstrip": false,
352
  "single_word": false,
353
  "special": true
354
  },
355
+ "44": {
356
+ "content": "<unk_42>",
357
  "lstrip": false,
358
  "normalized": false,
359
  "rstrip": false,
360
  "single_word": false,
361
  "special": true
362
  },
363
+ "45": {
364
+ "content": "<unk_43>",
365
  "lstrip": false,
366
  "normalized": false,
367
  "rstrip": false,
368
  "single_word": false,
369
  "special": true
370
  },
371
+ "46": {
372
+ "content": "<unk_44>",
373
  "lstrip": false,
374
  "normalized": false,
375
  "rstrip": false,
376
  "single_word": false,
377
  "special": true
378
  },
379
+ "47": {
380
+ "content": "<unk_45>",
381
  "lstrip": false,
382
  "normalized": false,
383
  "rstrip": false,
384
  "single_word": false,
385
  "special": true
386
  },
387
+ "48": {
388
+ "content": "<unk_46>",
389
  "lstrip": false,
390
  "normalized": false,
391
  "rstrip": false,
392
  "single_word": false,
393
  "special": true
394
  },
395
+ "49": {
396
+ "content": "<unk_47>",
397
  "lstrip": false,
398
  "normalized": false,
399
  "rstrip": false,
400
  "single_word": false,
401
  "special": true
402
  },
403
+ "50": {
404
+ "content": "<unk_48>",
405
  "lstrip": false,
406
  "normalized": false,
407
  "rstrip": false,
408
  "single_word": false,
409
  "special": true
410
  },
411
+ "51": {
412
+ "content": "<unk_49>",
413
  "lstrip": false,
414
  "normalized": false,
415
  "rstrip": false,
416
  "single_word": false,
417
  "special": true
418
  },
419
+ "52": {
420
+ "content": "<unk_50>",
421
  "lstrip": false,
422
  "normalized": false,
423
  "rstrip": false,
424
  "single_word": false,
425
  "special": true
426
  },
427
+ "53": {
428
+ "content": "<unk_51>",
429
  "lstrip": false,
430
  "normalized": false,
431
  "rstrip": false,
432
  "single_word": false,
433
  "special": true
434
  },
435
+ "54": {
436
+ "content": "<unk_52>",
437
  "lstrip": false,
438
  "normalized": false,
439
  "rstrip": false,
440
  "single_word": false,
441
  "special": true
442
  },
443
+ "55": {
444
+ "content": "<unk_53>",
445
  "lstrip": false,
446
  "normalized": false,
447
  "rstrip": false,
448
  "single_word": false,
449
  "special": true
450
  },
451
+ "56": {
452
+ "content": "<unk_54>",
453
  "lstrip": false,
454
  "normalized": false,
455
  "rstrip": false,
456
  "single_word": false,
457
  "special": true
458
  },
459
+ "57": {
460
+ "content": "<unk_55>",
461
  "lstrip": false,
462
  "normalized": false,
463
  "rstrip": false,
464
  "single_word": false,
465
  "special": true
466
  },
467
+ "58": {
468
+ "content": "<unk_56>",
469
  "lstrip": false,
470
  "normalized": false,
471
  "rstrip": false,
472
  "single_word": false,
473
  "special": true
474
  },
475
+ "59": {
476
+ "content": "<unk_57>",
477
  "lstrip": false,
478
  "normalized": false,
479
  "rstrip": false,
480
  "single_word": false,
481
  "special": true
482
  },
483
+ "60": {
484
+ "content": "<unk_58>",
485
  "lstrip": false,
486
  "normalized": false,
487
  "rstrip": false,
488
  "single_word": false,
489
  "special": true
490
  },
491
+ "61": {
492
+ "content": "<unk_59>",
493
  "lstrip": false,
494
  "normalized": false,
495
  "rstrip": false,
496
  "single_word": false,
497
  "special": true
498
  },
499
+ "62": {
500
+ "content": "<unk_60>",
501
  "lstrip": false,
502
  "normalized": false,
503
  "rstrip": false,
504
  "single_word": false,
505
  "special": true
506
  },
507
+ "63": {
508
+ "content": "<unk_61>",
509
  "lstrip": false,
510
  "normalized": false,
511
  "rstrip": false,
512
  "single_word": false,
513
  "special": true
514
  },
515
+ "64": {
516
+ "content": "<unk_62>",
517
  "lstrip": false,
518
  "normalized": false,
519
  "rstrip": false,
520
  "single_word": false,
521
  "special": true
522
  },
523
+ "65": {
524
+ "content": "<unk_63>",
525
  "lstrip": false,
526
  "normalized": false,
527
  "rstrip": false,
528
  "single_word": false,
529
  "special": true
530
  },
531
+ "66": {
532
+ "content": "<unk_64>",
533
  "lstrip": false,
534
  "normalized": false,
535
  "rstrip": false,
536
  "single_word": false,
537
  "special": true
538
  },
539
+ "67": {
540
+ "content": "<unk_65>",
541
  "lstrip": false,
542
  "normalized": false,
543
  "rstrip": false,
544
  "single_word": false,
545
  "special": true
546
  },
547
+ "68": {
548
+ "content": "<unk_66>",
549
  "lstrip": false,
550
  "normalized": false,
551
  "rstrip": false,
552
  "single_word": false,
553
  "special": true
554
  },
555
+ "69": {
556
+ "content": "<unk_67>",
557
  "lstrip": false,
558
  "normalized": false,
559
  "rstrip": false,
560
  "single_word": false,
561
  "special": true
562
  },
563
+ "70": {
564
+ "content": "<unk_68>",
565
  "lstrip": false,
566
  "normalized": false,
567
  "rstrip": false,
568
  "single_word": false,
569
  "special": true
570
  },
571
+ "71": {
572
+ "content": "<unk_69>",
573
  "lstrip": false,
574
  "normalized": false,
575
  "rstrip": false,
576
  "single_word": false,
577
  "special": true
578
  },
579
+ "72": {
580
+ "content": "<unk_70>",
581
  "lstrip": false,
582
  "normalized": false,
583
  "rstrip": false,
584
  "single_word": false,
585
  "special": true
586
  },
587
+ "73": {
588
+ "content": "<unk_71>",
589
  "lstrip": false,
590
  "normalized": false,
591
  "rstrip": false,
592
  "single_word": false,
593
  "special": true
594
  },
595
+ "74": {
596
+ "content": "<unk_72>",
597
  "lstrip": false,
598
  "normalized": false,
599
  "rstrip": false,
600
  "single_word": false,
601
  "special": true
602
  },
603
+ "75": {
604
+ "content": "<unk_73>",
605
  "lstrip": false,
606
  "normalized": false,
607
  "rstrip": false,
608
  "single_word": false,
609
  "special": true
610
  },
611
+ "76": {
612
+ "content": "<unk_74>",
613
  "lstrip": false,
614
  "normalized": false,
615
  "rstrip": false,
616
  "single_word": false,
617
  "special": true
618
  },
619
+ "77": {
620
+ "content": "<unk_75>",
621
  "lstrip": false,
622
  "normalized": false,
623
  "rstrip": false,
624
  "single_word": false,
625
  "special": true
626
  },
627
+ "78": {
628
+ "content": "<unk_76>",
629
  "lstrip": false,
630
  "normalized": false,
631
  "rstrip": false,
632
  "single_word": false,
633
  "special": true
634
  },
635
+ "79": {
636
+ "content": "<unk_77>",
637
  "lstrip": false,
638
  "normalized": false,
639
  "rstrip": false,
640
  "single_word": false,
641
  "special": true
642
  },
643
+ "80": {
644
+ "content": "<unk_78>",
645
  "lstrip": false,
646
  "normalized": false,
647
  "rstrip": false,
648
  "single_word": false,
649
  "special": true
650
  },
651
+ "81": {
652
+ "content": "<unk_79>",
653
  "lstrip": false,
654
  "normalized": false,
655
  "rstrip": false,
656
  "single_word": false,
657
  "special": true
658
  },
659
+ "82": {
660
+ "content": "<unk_80>",
661
  "lstrip": false,
662
  "normalized": false,
663
  "rstrip": false,
664
  "single_word": false,
665
  "special": true
666
  },
667
+ "83": {
668
+ "content": "<unk_81>",
669
  "lstrip": false,
670
  "normalized": false,
671
  "rstrip": false,
672
  "single_word": false,
673
  "special": true
674
  },
675
+ "84": {
676
+ "content": "<unk_82>",
677
  "lstrip": false,
678
  "normalized": false,
679
  "rstrip": false,
680
  "single_word": false,
681
  "special": true
682
  },
683
+ "85": {
684
+ "content": "<unk_83>",
685
  "lstrip": false,
686
  "normalized": false,
687
  "rstrip": false,
688
  "single_word": false,
689
  "special": true
690
  },
691
+ "86": {
692
+ "content": "<unk_84>",
693
  "lstrip": false,
694
  "normalized": false,
695
  "rstrip": false,
696
  "single_word": false,
697
  "special": true
698
  },
699
+ "87": {
700
+ "content": "<unk_85>",
701
  "lstrip": false,
702
  "normalized": false,
703
  "rstrip": false,
704
  "single_word": false,
705
  "special": true
706
  },
707
+ "88": {
708
+ "content": "<unk_86>",
709
  "lstrip": false,
710
  "normalized": false,
711
  "rstrip": false,
712
  "single_word": false,
713
  "special": true
714
  },
715
+ "89": {
716
+ "content": "<unk_87>",
717
  "lstrip": false,
718
  "normalized": false,
719
  "rstrip": false,
720
  "single_word": false,
721
  "special": true
722
  },
723
+ "90": {
724
+ "content": "<unk_88>",
725
  "lstrip": false,
726
  "normalized": false,
727
  "rstrip": false,
728
  "single_word": false,
729
  "special": true
730
  },
731
+ "91": {
732
+ "content": "<unk_89>",
733
  "lstrip": false,
734
  "normalized": false,
735
  "rstrip": false,
736
  "single_word": false,
737
  "special": true
738
  },
739
+ "92": {
740
+ "content": "<unk_90>",
741
  "lstrip": false,
742
  "normalized": false,
743
  "rstrip": false,
744
  "single_word": false,
745
  "special": true
746
  },
747
+ "93": {
748
+ "content": "<unk_91>",
749
  "lstrip": false,
750
  "normalized": false,
751
  "rstrip": false,
752
  "single_word": false,
753
  "special": true
754
  },
755
+ "94": {
756
+ "content": "<unk_92>",
757
  "lstrip": false,
758
  "normalized": false,
759
  "rstrip": false,
760
  "single_word": false,
761
  "special": true
762
  },
763
+ "95": {
764
+ "content": "<unk_93>",
765
  "lstrip": false,
766
  "normalized": false,
767
  "rstrip": false,
768
  "single_word": false,
769
  "special": true
770
  },
771
+ "96": {
772
+ "content": "<unk_94>",
773
  "lstrip": false,
774
  "normalized": false,
775
  "rstrip": false,
776
  "single_word": false,
777
  "special": true
778
  },
779
+ "97": {
780
+ "content": "<unk_95>",
781
  "lstrip": false,
782
  "normalized": false,
783
  "rstrip": false,
784
  "single_word": false,
785
  "special": true
786
  },
787
+ "98": {
788
+ "content": "<unk_96>",
789
  "lstrip": false,
790
  "normalized": false,
791
  "rstrip": false,
792
  "single_word": false,
793
  "special": true
794
  },
795
+ "99": {
796
+ "content": "<unk_97>",
797
  "lstrip": false,
798
  "normalized": false,
799
  "rstrip": false,
800
  "single_word": false,
801
  "special": true
802
  },
803
+ "100": {
804
+ "content": "<unk_98>",
805
  "lstrip": false,
806
  "normalized": false,
807
  "rstrip": false,
808
  "single_word": false,
809
  "special": true
810
  },
811
+ "101": {
812
+ "content": "<unk_99>",
813
  "lstrip": false,
814
  "normalized": false,
815
  "rstrip": false,
816
  "single_word": false,
817
  "special": true
818
  },
819
+ "102": {
820
+ "content": "<unk_100>",
821
  "lstrip": false,
822
  "normalized": false,
823
  "rstrip": false,
824
  "single_word": false,
825
  "special": true
826
  },
827
+ "103": {
828
+ "content": "<unk_101>",
829
  "lstrip": false,
830
  "normalized": false,
831
  "rstrip": false,
832
  "single_word": false,
833
  "special": true
834
  },
835
+ "104": {
836
+ "content": "<unk_102>",
837
  "lstrip": false,
838
  "normalized": false,
839
  "rstrip": false,
840
  "single_word": false,
841
  "special": true
842
  },
843
+ "105": {
844
+ "content": "<unk>",
845
  "lstrip": false,
846
  "normalized": false,
847
  "rstrip": false,
 
850
  }
851
  },
852
  "additional_special_tokens": [
853
+ "<mask_1>",
854
+ "<unk_2>",
855
+ "<unk_3>",
856
+ "<unk_4>",
857
+ "<unk_5>",
858
+ "<unk_6>",
859
+ "<unk_7>",
860
+ "<unk_8>",
861
+ "<unk_9>",
862
+ "<unk_10>",
863
+ "<unk_11>",
864
+ "<unk_12>",
865
+ "<unk_13>",
866
+ "<unk_14>",
867
+ "<unk_15>",
868
+ "<unk_16>",
869
+ "<unk_17>",
870
+ "<unk_18>",
871
+ "<unk_19>",
872
+ "<unk_20>",
873
+ "<unk_21>",
874
+ "<unk_22>",
875
+ "<unk_23>",
876
+ "<unk_24>",
877
+ "<unk_25>",
878
+ "<unk_26>",
879
+ "<unk_27>",
880
+ "<unk_28>",
881
+ "<unk_29>",
882
+ "<unk_30>",
883
+ "<unk_31>",
884
+ "<unk_32>",
885
+ "<unk_33>",
886
+ "<unk_34>",
887
+ "<unk_35>",
888
+ "<unk_36>",
889
+ "<unk_37>",
890
+ "<unk_38>",
891
+ "<unk_39>",
892
+ "<unk_40>",
893
+ "<unk_41>",
894
+ "<unk_42>",
895
+ "<unk_43>",
896
+ "<unk_44>",
897
+ "<unk_45>",
898
+ "<unk_46>",
899
+ "<unk_47>",
900
+ "<unk_48>",
901
+ "<unk_49>",
902
+ "<unk_50>",
903
+ "<unk_51>",
904
+ "<unk_52>",
905
+ "<unk_53>",
906
+ "<unk_54>",
907
+ "<unk_55>",
908
+ "<unk_56>",
909
+ "<unk_57>",
910
+ "<unk_58>",
911
+ "<unk_59>",
912
+ "<unk_60>",
913
+ "<unk_61>",
914
+ "<unk_62>",
915
+ "<unk_63>",
916
+ "<unk_64>",
917
+ "<unk_65>",
918
+ "<unk_66>",
919
+ "<unk_67>",
920
+ "<unk_68>",
921
+ "<unk_69>",
922
+ "<unk_70>",
923
+ "<unk_71>",
924
+ "<unk_72>",
925
+ "<unk_73>",
926
+ "<unk_74>",
927
+ "<unk_75>",
928
+ "<unk_76>",
929
+ "<unk_77>",
930
+ "<unk_78>",
931
+ "<unk_79>",
932
+ "<unk_80>",
933
+ "<unk_81>",
934
+ "<unk_82>",
935
+ "<unk_83>",
936
+ "<unk_84>",
937
+ "<unk_85>",
938
+ "<unk_86>",
939
+ "<unk_87>",
940
+ "<unk_88>",
941
+ "<unk_89>",
942
+ "<unk_90>",
943
+ "<unk_91>",
944
+ "<unk_92>",
945
+ "<unk_93>",
946
+ "<unk_94>",
947
+ "<unk_95>",
948
+ "<unk_96>",
949
+ "<unk_97>",
950
+ "<unk_98>",
951
+ "<unk_99>",
952
+ "<unk_100>",
953
+ "<unk_101>",
954
+ "<unk_102>"
955
  ],
956
  "clean_up_tokenization_spaces": true,
957
  "eos_token": "</s>",
958
+ "full_tokenizer_file": null,
959
+ "mask_token": "<mask_2>",
960
+ "mask_token_sent": "<mask_1>",
961
+ "model_max_length": 1024,
962
+ "offset": 103,
963
  "pad_token": "<pad>",
964
+ "sp_model_kwargs": {},
965
+ "tokenizer_class": "PegasusTokenizer",
966
  "unk_token": "<unk>"
967
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0287ae7368086d4c501c4bb922ec425f36f5559b158d83b4c8bff90f2cbd2aa3
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df74dd987531df296fc855e5c169a66c33e83a2832dd3136239869753e3b9c88
3
  size 4728