Upload config.json
Browse files- config.json +24 -0
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Casually/uie-micro",
|
3 |
+
"model_type": "ernie",
|
4 |
+
"architectures": [
|
5 |
+
"UIE"
|
6 |
+
],
|
7 |
+
"auto_map": {
|
8 |
+
"AutoModel": "modeling_uie.UIE"
|
9 |
+
},
|
10 |
+
"attention_probs_dropout_prob": 0.1,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_dropout_prob": 0.1,
|
13 |
+
"hidden_size": 384,
|
14 |
+
"intermediate_size": 1536,
|
15 |
+
"initializer_range": 0.02,
|
16 |
+
"max_position_embeddings": 2048,
|
17 |
+
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 4,
|
19 |
+
"task_type_vocab_size": 16,
|
20 |
+
"type_vocab_size": 4,
|
21 |
+
"use_task_id": true,
|
22 |
+
"vocab_size": 40000,
|
23 |
+
"layer_norm_eps": 1e-12
|
24 |
+
}
|