Update config.json for flan-t5-small
#13
by
petermca
- opened
- config.json +2 -2
config.json
CHANGED
@@ -15,8 +15,8 @@
|
|
15 |
"model_type": "t5",
|
16 |
"n_positions": 512,
|
17 |
"num_decoder_layers": 8,
|
18 |
-
"num_heads":
|
19 |
-
"num_layers":
|
20 |
"output_past": true,
|
21 |
"pad_token_id": 0,
|
22 |
"relative_attention_max_distance": 128,
|
|
|
15 |
"model_type": "t5",
|
16 |
"n_positions": 512,
|
17 |
"num_decoder_layers": 8,
|
18 |
+
"num_heads": 8,
|
19 |
+
"num_layers": 6,
|
20 |
"output_past": true,
|
21 |
"pad_token_id": 0,
|
22 |
"relative_attention_max_distance": 128,
|