hauson-fan
commited on
Commit
•
8e72918
1
Parent(s):
b90048c
Upload config.json with huggingface_hub
Browse files- config.json +27 -0
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"ErnieTinyTokenizer"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"dtype": "float32",
|
7 |
+
"enable_recompute": false,
|
8 |
+
"fuse": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 8,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"intermediate_size": 8,
|
14 |
+
"layer_norm_eps": 1e-12,
|
15 |
+
"max_position_embeddings": 2048,
|
16 |
+
"model_type": "ernie",
|
17 |
+
"num_attention_heads": 2,
|
18 |
+
"num_hidden_layers": 2,
|
19 |
+
"pad_token_id": 0,
|
20 |
+
"paddlenlp_version": null,
|
21 |
+
"pool_act": "tanh",
|
22 |
+
"task_id": 0,
|
23 |
+
"task_type_vocab_size": 16,
|
24 |
+
"type_vocab_size": 4,
|
25 |
+
"use_task_id": true,
|
26 |
+
"vocab_size": 40000
|
27 |
+
}
|