system HF staff commited on
Commit
f5de5d5
1 Parent(s): 4e2026a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +52 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "amp": 1,
3
+ "attention_dropout": 0.1,
4
+ "bos_index": 0,
5
+ "bptt": 512,
6
+ "clip_grad_norm": 5,
7
+ "dropout": 0.1,
8
+ "emb_dim": 768,
9
+ "encoder_only": true,
10
+ "eos_index": 1,
11
+ "fp16": true,
12
+ "gelu_activation": true,
13
+ "group_by_size": true,
14
+ "id2lang": {
15
+ "0": "fr"
16
+ },
17
+ "lang2id": {
18
+ "fr": 0
19
+ },
20
+ "langs": [
21
+ "fr"
22
+ ],
23
+ "lg_sampling_factor": -1,
24
+ "lgs": "fr",
25
+ "mask_index": 5,
26
+ "max_batch_size": 0,
27
+ "max_vocab": -1,
28
+ "mlm_steps": [
29
+ [
30
+ "fr",
31
+ null
32
+ ]
33
+ ],
34
+ "n_heads": 12,
35
+ "n_langs": 1,
36
+ "n_layers": 12,
37
+ "n_words": 68729,
38
+ "pad_index": 2,
39
+ "sample_alpha": 0,
40
+ "share_inout_emb": true,
41
+ "tokens_per_batch": -1,
42
+ "unk_index": 3,
43
+ "use_lang_emb": true,
44
+ "word_blank": 0,
45
+ "word_dropout": 0,
46
+ "word_keep": 0.1,
47
+ "word_mask": 0.8,
48
+ "word_mask_keep_rand": "0.8,0.1,0.1",
49
+ "word_pred": 0.15,
50
+ "word_rand": 0.1,
51
+ "word_shuffle": 0
52
+ }