Skip to content

Commit 778b995

Browse files
author
tianxin04
committed
release scripts
1 parent 78489c4 commit 778b995

File tree

13 files changed

+18154
-1
lines changed

13 files changed

+18154
-1
lines changed

ERNIE/config/ernie_config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"attention_probs_dropout_prob": 0.1,
3+
"hidden_act": "relu",
4+
"hidden_dropout_prob": 0.1,
5+
"hidden_size": 768,
6+
"initializer_range": 0.02,
7+
"max_position_embeddings": 513,
8+
"num_attention_heads": 12,
9+
"num_hidden_layers": 12,
10+
"type_vocab_size": 2,
11+
"vocab_size": 18000
12+
}

0 commit comments

Comments
 (0)