Upload config.json with huggingface_hub
Browse files- config.json +36 -0
config.json
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"MIloss_lambda": 0.01,
|
3 |
+
"architectures": [
|
4 |
+
"MultiSpeciesEnformer"
|
5 |
+
],
|
6 |
+
"attn_dim_key": 64,
|
7 |
+
"attn_dropout": 0.05,
|
8 |
+
"cvloss_lambda": 0.005,
|
9 |
+
"depth": 11,
|
10 |
+
"dim": 1536,
|
11 |
+
"dim_divisible_by": 128,
|
12 |
+
"dropout_rate": 0.4,
|
13 |
+
"heads": 8,
|
14 |
+
"model_type": "enformer",
|
15 |
+
"moe": [
|
16 |
+
"species",
|
17 |
+
"tracks"
|
18 |
+
],
|
19 |
+
"num": 1024,
|
20 |
+
"num_downsamples": 7,
|
21 |
+
"output_heads": {
|
22 |
+
"human": 5313,
|
23 |
+
"mouse": 1643
|
24 |
+
},
|
25 |
+
"pos_dropout": 0.01,
|
26 |
+
"seq_length": 131072,
|
27 |
+
"species_num_experts": 4,
|
28 |
+
"target_length": 896,
|
29 |
+
"topk": 3,
|
30 |
+
"torch_dtype": "float32",
|
31 |
+
"tracks_num_experts": 8,
|
32 |
+
"transformers_version": "4.45.2",
|
33 |
+
"use_checkpointing": false,
|
34 |
+
"use_tf_gamma": false,
|
35 |
+
"zloss_lambda": 0.001
|
36 |
+
}
|