ysakuramoto
commited on
Commit
•
d3d686d
1
Parent(s):
6f40eff
Upload config.json
Browse files- config.json +23 -0
config.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "mobilebert",
|
3 |
+
"vocab_size": 32768,
|
4 |
+
"hidden_size": 512,
|
5 |
+
"num_hidden_layers": 24,
|
6 |
+
"num_attention_heads": 4,
|
7 |
+
"intermediate_size": 512,
|
8 |
+
"hidden_act": "relu",
|
9 |
+
"hidden_dropout_prob": 0.0,
|
10 |
+
"attention_probs_dropout_prob": 0.1,
|
11 |
+
"max_position_embeddings": 512,
|
12 |
+
"type_vocab_size": 2,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"embedding_size": 128,
|
15 |
+
"trigram_input": true,
|
16 |
+
"use_bottleneck": true,
|
17 |
+
"intra_bottleneck_size": 128,
|
18 |
+
"use_bottleneck_attention": false,
|
19 |
+
"key_query_shared_bottleneck": true,
|
20 |
+
"num_feedforward_networks": 4,
|
21 |
+
"normalization_type": "no_norm",
|
22 |
+
"classifier_activation": false
|
23 |
+
}
|