Sreevadan commited on
Commit
273135d
·
verified ·
1 Parent(s): 4e7b244

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +16 -0
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hidden_size": 2048,
3
+ "num_attention_heads": 16,
4
+ "num_hidden_layers": 18,
5
+ "intermediate_size": 16384,
6
+ "vocab_size": 256000,
7
+ "max_position_embeddings": 512,
8
+ "type_vocab_size": 2,
9
+ "hidden_act": "gelu",
10
+ "initializer_range": 0.02,
11
+ "layer_norm_eps": 1e-12,
12
+ "attention_probs_dropout_prob": 0.1,
13
+ "hidden_dropout_prob": 0.1,
14
+ "embedding_size": 2048,
15
+ "activation_function": "gelu"
16
+ }