vegaluisjose commited on
Commit
b5a17a5
1 Parent(s): f112915

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 1024,
3
+ "num_attention_heads": 16,
4
+ "num_hidden_layers": 24,
5
+ "vocab_size": 30522,
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_dropout_prob": 0.1,
8
+ "layer_norm_eps": 1e-12,
9
+ "max_position_embeddings": 512
10
+ }