Commit
·
bd8eef8
1
Parent(s):
06aef92
Changed max_length to 10
Browse files- config.json +2 -1
config.json
CHANGED
@@ -11,6 +11,7 @@
|
|
11 |
"initializer_factor": 1.0,
|
12 |
"is_encoder_decoder": true,
|
13 |
"layer_norm_epsilon": 1e-06,
|
|
|
14 |
"model_type": "t5",
|
15 |
"n_positions": 512,
|
16 |
"num_heads": 2,
|
@@ -48,4 +49,4 @@
|
|
48 |
}
|
49 |
},
|
50 |
"vocab_size": 32128
|
51 |
-
}
|
|
|
11 |
"initializer_factor": 1.0,
|
12 |
"is_encoder_decoder": true,
|
13 |
"layer_norm_epsilon": 1e-06,
|
14 |
+
"max_length": 10,
|
15 |
"model_type": "t5",
|
16 |
"n_positions": 512,
|
17 |
"num_heads": 2,
|
|
|
49 |
}
|
50 |
},
|
51 |
"vocab_size": 32128
|
52 |
+
}
|