CoolFace
Modelpublic

tdc/scGPT

sourceHugging Facemitupdated 1y agoView on Hugging Face
21likes261downloads
config.json23 linesDownload Raw Back to root
1{2  "architectures": [3    "ScGPTModel"4  ],5  "cell_emb_style": "cls",6  "d_hid": 512,7  "dropout": 0.0,8  "embsize": 512,9  "explicit_zero_prob": false,10  "input_emb_style": "continuous",11  "max_seq_len": 1536,12  "model_type": "scgpt",13  "nhead": 8,14  "nlayers": 12,15  "norm_scheme": "post",16  "pad_token_id": 0,17  "torch_dtype": "float32",18  "transformers_version": "4.43.4",19  "use_fast_transformer": true,20  "use_flash_attention": false,21  "vocab_size": 6069722}23