Update config.json
#2
by
CreatorPhan
- opened
- config.json +1 -0
config.json
CHANGED
|
@@ -12,6 +12,7 @@
|
|
| 12 |
"initializer_factor": 1.0,
|
| 13 |
"is_encoder_decoder": true,
|
| 14 |
"layer_norm_epsilon": 1e-06,
|
|
|
|
| 15 |
"model_type": "t5",
|
| 16 |
"num_decoder_layers": 24,
|
| 17 |
"num_heads": 16,
|
|
|
|
| 12 |
"initializer_factor": 1.0,
|
| 13 |
"is_encoder_decoder": true,
|
| 14 |
"layer_norm_epsilon": 1e-06,
|
| 15 |
+
"max_length": 512,
|
| 16 |
"model_type": "t5",
|
| 17 |
"num_decoder_layers": 24,
|
| 18 |
"num_heads": 16,
|