File size: 417 Bytes
67a0dec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "lstm": {
    "cell_clip": 3,
    "use_skip_connections": true,
    "n_layers": 2,
    "proj_clip": 3,
    "projection_dim": 16,
    "dim": 64
  },
  "char_cnn": {
    "embedding": {
      "dim": 4
    },
    "filters": [
      [1, 4],
      [2, 8],
      [3, 16],
      [4, 32],
      [5, 64]
    ],
    "n_highway": 2,
    "n_characters": 262,
    "max_characters_per_token": 50,
    "activation": "relu"
  }
}