Massinissa commited on
Commit
562cc88
1 Parent(s): ae7b319

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +82 -0
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/data/matmani/JDM/output/24",
3
+ "amp": 1,
4
+ "architectures": [
5
+ "FlaubertModel"
6
+ ],
7
+ "asm": false,
8
+ "attention_dropout": 0.1,
9
+ "bos_index": 0,
10
+ "bos_token_id": 0,
11
+ "bptt": 512,
12
+ "causal": false,
13
+ "clip_grad_norm": 5,
14
+ "dropout": 0.1,
15
+ "emb_dim": 512,
16
+ "embed_init_std": 0.02209708691207961,
17
+ "encoder_only": true,
18
+ "end_n_top": 5,
19
+ "eos_index": 1,
20
+ "fp16": true,
21
+ "gelu_activation": true,
22
+ "group_by_size": true,
23
+ "id2lang": {
24
+ "0": "fr"
25
+ },
26
+ "init_std": 0.02,
27
+ "initializer_range": 0.02,
28
+ "is_encoder": true,
29
+ "lang2id": {
30
+ "fr": 0
31
+ },
32
+ "lang_id": 0,
33
+ "langs": [
34
+ "fr"
35
+ ],
36
+ "layer_norm_eps": 1e-06,
37
+ "layerdrop": 0.2,
38
+ "lg_sampling_factor": -1,
39
+ "lgs": "fr",
40
+ "lp_num_labels": 2,
41
+ "mask_index": 5,
42
+ "mask_token_id": 0,
43
+ "max_batch_size": 0,
44
+ "max_position_embeddings": 512,
45
+ "max_vocab": -1,
46
+ "mlm_steps": [
47
+ [
48
+ "fr",
49
+ null
50
+ ]
51
+ ],
52
+ "model_type": "flaubert",
53
+ "n_heads": 8,
54
+ "n_langs": 1,
55
+ "n_layers": 6,
56
+ "pad_index": 2,
57
+ "pad_token_id": 2,
58
+ "pre_norm": true,
59
+ "rp_num_labels": 44,
60
+ "sample_alpha": 0,
61
+ "share_inout_emb": true,
62
+ "sinusoidal_embeddings": false,
63
+ "start_n_top": 5,
64
+ "summary_activation": null,
65
+ "summary_first_dropout": 0.1,
66
+ "summary_proj_to_labels": true,
67
+ "summary_type": "first",
68
+ "summary_use_proj": true,
69
+ "tokens_per_batch": -1,
70
+ "transformers_version": "4.3.2",
71
+ "unk_index": 3,
72
+ "use_lang_emb": true,
73
+ "vocab_size": 68861,
74
+ "word_blank": 0,
75
+ "word_dropout": 0,
76
+ "word_keep": 0.1,
77
+ "word_mask": 0.8,
78
+ "word_mask_keep_rand": "0.8,0.1,0.1",
79
+ "word_pred": 0.15,
80
+ "word_rand": 0.1,
81
+ "word_shuffle": 0
82
+ }