Upload config.json
Browse files- config.json +52 -0
config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.0,
|
3 |
+
"activation_function": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"eBart"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.0,
|
8 |
+
"bos_token_id": 16385,
|
9 |
+
"d_model": 1024,
|
10 |
+
"decoder_attention_heads": 16,
|
11 |
+
"decoder_ffn_dim": 2730,
|
12 |
+
"decoder_layers": 12,
|
13 |
+
"decoder_start_token_id": 16384,
|
14 |
+
"do_sample": true,
|
15 |
+
"dropout": 0.0,
|
16 |
+
"encoder_attention_heads": 16,
|
17 |
+
"encoder_ffn_dim": 2730,
|
18 |
+
"encoder_layers": 12,
|
19 |
+
"encoder_vocab_size": 50264,
|
20 |
+
"eos_token_id": 16385,
|
21 |
+
"force_ln_scale": false,
|
22 |
+
"gradient_checkpointing": true,
|
23 |
+
"image_length": 256,
|
24 |
+
"image_vocab_size": 16384,
|
25 |
+
"init_std": 0.02,
|
26 |
+
"is_encoder_decoder": true,
|
27 |
+
"ln_positions": "normformer",
|
28 |
+
"ln_type": "layernorm",
|
29 |
+
"max_length": 257,
|
30 |
+
"max_text_length": 64,
|
31 |
+
"min_length": 257,
|
32 |
+
"model_type": "dallebart",
|
33 |
+
"normalize_text": true,
|
34 |
+
"pad_token_id": 16385,
|
35 |
+
"scale_embedding": false,
|
36 |
+
"sinkhorn_iters": 1,
|
37 |
+
"tau_init": 0.05,
|
38 |
+
"tie_word_embeddings": false,
|
39 |
+
"transformers_version": "4.19.0.dev0",
|
40 |
+
"use_absolute_position_embeddings": true,
|
41 |
+
"use_alibi": false,
|
42 |
+
"use_bias": false,
|
43 |
+
"use_cache": true,
|
44 |
+
"use_cosine_attention": false,
|
45 |
+
"use_deepnet_scaling": false,
|
46 |
+
"use_final_ln_decoder": true,
|
47 |
+
"use_final_ln_encoder": true,
|
48 |
+
"use_glu": true,
|
49 |
+
"use_head_scale": false,
|
50 |
+
"use_scan": true,
|
51 |
+
"use_swin_position_embeddings": false
|
52 |
+
}
|