Upload config.json
Browse files- config.json +29 -0
config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"PerceiverForMaskedLM"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.1,
|
6 |
+
"cross_attention_shape_for_attention": "kv",
|
7 |
+
"cross_attention_widening_factor": 1,
|
8 |
+
"d_latents": 1280,
|
9 |
+
"d_model": 768,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"layer_norm_eps": 1e-12,
|
14 |
+
"model_type": "perceiver",
|
15 |
+
"num_blocks": 1,
|
16 |
+
"num_cross_attention_heads": 8,
|
17 |
+
"num_latents": 256,
|
18 |
+
"num_self_attends_per_block": 26,
|
19 |
+
"num_self_attention_heads": 8,
|
20 |
+
"position_embedding_init_scale": 0.02,
|
21 |
+
"qk_channels": 256,
|
22 |
+
"self_attention_widening_factor": 1,
|
23 |
+
"seq_len": 2048,
|
24 |
+
"torch_dtype": "float32",
|
25 |
+
"transformers_version": "4.11.0.dev0",
|
26 |
+
"use_query_residual": true,
|
27 |
+
"v_channels": 1280,
|
28 |
+
"vocab_size": 262
|
29 |
+
}
|