Commit ·
815f627
1
Parent(s): 84c845e
Update config.json
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
"is_encoder_decoder": true,
|
| 16 |
"is_gated_act": false,
|
| 17 |
"layer_norm_epsilon": 1e-06,
|
| 18 |
-
"
|
| 19 |
"model_type": "t5",
|
| 20 |
"n_positions": 512,
|
| 21 |
"num_decoder_layers": 24,
|
|
@@ -56,6 +56,5 @@
|
|
| 56 |
},
|
| 57 |
"torch_dtype": "float32",
|
| 58 |
"transformers_version": "4.29.2",
|
| 59 |
-
"use_cache": false,
|
| 60 |
"vocab_size": 32128
|
| 61 |
}
|
|
|
|
| 15 |
"is_encoder_decoder": true,
|
| 16 |
"is_gated_act": false,
|
| 17 |
"layer_norm_epsilon": 1e-06,
|
| 18 |
+
"use_cache": false,
|
| 19 |
"model_type": "t5",
|
| 20 |
"n_positions": 512,
|
| 21 |
"num_decoder_layers": 24,
|
|
|
|
| 56 |
},
|
| 57 |
"torch_dtype": "float32",
|
| 58 |
"transformers_version": "4.29.2",
|
|
|
|
| 59 |
"vocab_size": 32128
|
| 60 |
}
|