scGPT / README.md
avelezarce's picture
Create README.md
2591c39 verified
|
raw
history blame
374 Bytes

The TDC Model Hub Transformers API is under development. In the meantime, we highly recommend using the native HF Transformers library and original Geneformer repo to run inference.

# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("metehergul/scgpt")

For further details see: https://huggingface.co/metehergul/scgpt