Upload config.json
Browse files- config.json +15 -0
config.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"d_model": 2048,
|
| 3 |
+
"d_ff": 5120,
|
| 4 |
+
"d_kv": 64,
|
| 5 |
+
"num_heads": 32,
|
| 6 |
+
"num_layers": 24,
|
| 7 |
+
"num_decoder_layers": 24,
|
| 8 |
+
"dropout_rate": 0.0,
|
| 9 |
+
"init_method_std": 0.001,
|
| 10 |
+
"initializer_factor": 1.0,
|
| 11 |
+
"layer_norm_epsilon": 1e-06,
|
| 12 |
+
"max_position_embeddings": 512,
|
| 13 |
+
"use_cache": false,
|
| 14 |
+
"attn_scale": true
|
| 15 |
+
}
|