IsaacZHU commited on
Commit
8fd7e81
·
verified ·
1 Parent(s): a120064

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +46 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "MIloss_lambda": 0.01,
3
+ "architectures": [
4
+ "TrainingMISpace"
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": "space",
15
+ "moe": [
16
+ "species",
17
+ "tracks"
18
+ ],
19
+ "species": [
20
+ "human",
21
+ "mouse",
22
+ "ce11",
23
+ "dm6"
24
+ ],
25
+ "num": 1536,
26
+ "num_downsamples": 7,
27
+ "output_heads": {
28
+ "ce11": 354,
29
+ "dm6": 588,
30
+ "human": 5313,
31
+ "mouse": 1643
32
+ },
33
+ "pos_dropout": 0.01,
34
+ "seq_length": 196608,
35
+ "species_num_experts": 4,
36
+ "target_length": 896,
37
+ "topk": 3,
38
+ "torch_dtype": "float32",
39
+ "tracks_num_experts": 8,
40
+ "tracks_topk": 3,
41
+ "transformers_version": "4.45.2",
42
+ "use_checkpointing": false,
43
+ "use_tf_gamma": false,
44
+ "zloss_lambda": 0.001,
45
+ "index_table_path": "/home/jiwei_zhu/works/SPACE/datasets/pretrain/"
46
+ }