krkawzq commited on
Commit
585aaeb
·
verified ·
1 Parent(s): 3d54b58

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_series": "cellfm",
3
+ "model_type": "embedding_extractor",
4
+ "source": "https://github.com/biomed-AI/CellFM",
5
+ "model_name": "80M",
6
+ "n_genes": 27855,
7
+ "enc_dims": 1536,
8
+ "enc_nlayers": 2,
9
+ "enc_num_heads": 48,
10
+ "dropout": 0.1,
11
+ "nonz_len": 2048,
12
+ "mask_ratio": 0.5,
13
+ "add_zero": true,
14
+ "pad_zero": true,
15
+ "label": false,
16
+ "num_cls": null,
17
+ "lora": 0,
18
+ "recompute": true,
19
+ "ecs": false,
20
+ "ecs_threshold": 0.8
21
+ }