Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -22,6 +22,7 @@
|
|
22 |
"num_layers": 18,
|
23 |
"output_past": true,
|
24 |
"pad_token_id": 0,
|
|
|
25 |
"relative_attention_max_distance": 128,
|
26 |
"relative_attention_num_buckets": 32,
|
27 |
"tie_word_embeddings": false,
|
|
|
22 |
"num_layers": 18,
|
23 |
"output_past": true,
|
24 |
"pad_token_id": 0,
|
25 |
+
"max_length": 64,
|
26 |
"relative_attention_max_distance": 128,
|
27 |
"relative_attention_num_buckets": 32,
|
28 |
"tie_word_embeddings": false,
|