mengflz commited on
Commit
6a5e194
·
verified ·
1 Parent(s): 7c89376

Upload UNI_rep_genes_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. UNI_rep_genes_config.json +24 -0
UNI_rep_genes_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "PASTA",
3
+ "architecture": "Modified-DPT",
4
+ "task": "Gene expression prediction for representative genes",
5
+ "category": "benchmark_rep_genes",
6
+ "model_name": "PASTA-UNI-benchmark_rep_genes",
7
+ "backbone_model": "UNI",
8
+ "embed_dim": 1024,
9
+ "features": 256,
10
+ "refinenet_layers": 4,
11
+ "pathway_dim": 100,
12
+ "scale": 1.0,
13
+ "non_negative": false,
14
+ "readout": "project",
15
+ "channels_last": false,
16
+ "use_bn": false,
17
+ "FFE_positional_embedding_available": false,
18
+ "Frequency_embedding_N": 128,
19
+ "model_variant": "rep_genes",
20
+ "model_file": "UNI_rep_genes.pt",
21
+ "framework": "pytorch",
22
+ "license": "gpl-3.0",
23
+ "base_model": "Based on UNI foundation model"
24
+ }