File size: 391 Bytes
c74c8ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "vocab_size": 8,
  "hidden_size": 104,
  "intermediate_size": 1152,
  "num_hidden_layers": 3,
  "pad_token_id": 1,
  "bos_token_id": 2,
  "eos_token_id": 3,
  "bidirectional": false,
  "output_dropout": 0.1,
  "hidden_dropout": 0.15,
  "input_dropout": 0.25,
  "embed_dropout": 0.02,
  "weight_dropout": 0.2,
  "tie_weights": true,
  "output_bias": true,
  "model_type": "lookingglass"
}