Instructions to use tdc/scGPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tdc/scGPT with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tdc/scGPT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"explicit_zero_prob": false,
|
| 8 |
"input_emb_style": "continuous",
|
| 9 |
"max_seq_len": 1536,
|
| 10 |
-
"model_type": "
|
| 11 |
"nhead": 8,
|
| 12 |
"nlayers": 12,
|
| 13 |
"norm_scheme": "post",
|
|
|
|
| 7 |
"explicit_zero_prob": false,
|
| 8 |
"input_emb_style": "continuous",
|
| 9 |
"max_seq_len": 1536,
|
| 10 |
+
"model_type": "scgpt",
|
| 11 |
"nhead": 8,
|
| 12 |
"nlayers": 12,
|
| 13 |
"norm_scheme": "post",
|