dingli commited on
Commit
f3f575e
1 Parent(s): b593d11

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +42 -0
config.json CHANGED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attn_type": "bi",
3
+ "bi_data": false,
4
+ "clamp_len": -1,
5
+ "d_head": 64,
6
+ "d_inner": 3072,
7
+ "d_model": 768,
8
+ "dropout": 0.1,
9
+ "end_n_top": 5,
10
+ "ff_activation": "relu",
11
+ "finetuning_task": null,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "is_decoder": false,
18
+ "label2id": {
19
+ "LABEL_0": 0,
20
+ "LABEL_1": 1
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "mem_len": null,
24
+ "n_head": 12,
25
+ "n_layer": 12,
26
+ "num_labels": 2,
27
+ "output_attentions": false,
28
+ "output_hidden_states": false,
29
+ "output_past": true,
30
+ "pruned_heads": {},
31
+ "reuse_len": null,
32
+ "same_length": false,
33
+ "start_n_top": 5,
34
+ "summary_activation": "tanh",
35
+ "summary_last_dropout": 0.1,
36
+ "summary_type": "last",
37
+ "summary_use_proj": true,
38
+ "torchscript": false,
39
+ "untie_r": true,
40
+ "use_bfloat16": false,
41
+ "vocab_size": 32000
42
+ }