Commit
·
89c9006
1
Parent(s):
bd8eef8
Changed max_length to 5
Browse files- config.json +1 -1
config.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
"initializer_factor": 1.0,
|
12 |
"is_encoder_decoder": true,
|
13 |
"layer_norm_epsilon": 1e-06,
|
14 |
-
"max_length":
|
15 |
"model_type": "t5",
|
16 |
"n_positions": 512,
|
17 |
"num_heads": 2,
|
|
|
11 |
"initializer_factor": 1.0,
|
12 |
"is_encoder_decoder": true,
|
13 |
"layer_norm_epsilon": 1e-06,
|
14 |
+
"max_length": 5,
|
15 |
"model_type": "t5",
|
16 |
"n_positions": 512,
|
17 |
"num_heads": 2,
|