racai-andrei commited on
Commit
7a4a75c
1 Parent(s): 0e13db8

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +19 -0
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "attention_dropout": 0.1,
4
+ "dim": 768,
5
+ "dropout": 0.1,
6
+ "hidden_dim": 3072,
7
+ "initializer_range": 0.02,
8
+ "max_position_embeddings": 512,
9
+ "model_type": "distilbert",
10
+ "n_heads": 12,
11
+ "n_layers": 6,
12
+ "output_hidden_states": true,
13
+ "pad_token_id": 0,
14
+ "qa_dropout": 0.1,
15
+ "seq_classif_dropout": 0.2,
16
+ "sinusoidal_pos_embds": true,
17
+ "tie_weights_": true,
18
+ "vocab_size": 37788
19
+ }