system HF staff commited on
Commit
6f1eba2
1 Parent(s): f129e12

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "T5ForConditionalGeneration"
4
  ],
5
  "d_ff": 16384,
6
  "d_kv": 128,
@@ -13,7 +13,6 @@
13
  "layer_norm_epsilon": 1e-06,
14
  "model_type": "t5",
15
  "n_positions": 512,
16
- "num_decoder_layers": 24,
17
  "num_heads": 32,
18
  "num_layers": 24,
19
  "output_past": true,
 
1
  {
2
  "architectures": [
3
+ "T5WithLMHeadModel"
4
  ],
5
  "d_ff": 16384,
6
  "d_kv": 128,
 
13
  "layer_norm_epsilon": 1e-06,
14
  "model_type": "t5",
15
  "n_positions": 512,
 
16
  "num_heads": 32,
17
  "num_layers": 24,
18
  "output_past": true,