shunxing1234
commited on
Commit
•
053aaba
1
Parent(s):
9a7e448
Upload config.json
Browse files- config.json +20 -0
config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"num_layers": 24,
|
3 |
+
"vocab_size": 30592,
|
4 |
+
"hidden_size": 1024,
|
5 |
+
"num_attention_heads":16,
|
6 |
+
"embedding_dropout_prob":0.1,
|
7 |
+
"attention_dropout_prob":0.1,
|
8 |
+
"output_dropout_prob":0.1,
|
9 |
+
"max_sequence_length":512,
|
10 |
+
"max_memory_length":0,
|
11 |
+
"checkpoint_activations": false,
|
12 |
+
"checkpoint_num_layers":1 ,
|
13 |
+
"parallel_output": true,
|
14 |
+
"relative_encoding": false,
|
15 |
+
"block_position_encoding": true,
|
16 |
+
"output_predict": true,
|
17 |
+
"spell_length": null,
|
18 |
+
"spell_func": "lstm",
|
19 |
+
"attention_scale":1.0
|
20 |
+
}
|