arxyzan commited on
Commit
0dd5820
1 Parent(s): 73c4181

Upload config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +21 -0
config.yaml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ config_type: model
2
+ name: null
3
+ pretrained_path: null
4
+ inner_model_config: null
5
+ task: text_classification
6
+ num_labels: 3
7
+ activation: gelu
8
+ attention_dropout: 0.1
9
+ dim: 768
10
+ dropout: 0.1
11
+ hidden_dim: 3072
12
+ initializer_range: 0.02
13
+ max_position_embeddings: 512
14
+ model_type: distilbert
15
+ n_heads: 12
16
+ n_layers: 6
17
+ output_past: true
18
+ pad_token_id: 0
19
+ qa_dropout: 0.1
20
+ tie_weights_: true
21
+ vocab_size: 42000