File size: 396 Bytes
3824cb5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "same_enc_dec": true,
  "emb_dim": 1024,
  "n_layers": 6,
  "n_heads": 8,
  "dropout": 0.1,
  "attention_dropout": 0.1,
  "gelu_activation": true,
  "share_inout_emb": true,
  "sinusoidal_embeddings": false,
  "asm": false,
  "max_vocab": -1,
  "min_count": 0,
  "id2lang": {
    "0": "en",
    "1": "fr"
  },
  "lang2id": {
    "en": 0,
    "fr": 1
  },
  "n_langs": 2,
  "n_words": 64139
}