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. ```python # Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("metehergul/scgpt") ``` For further details see: https://huggingface.co/metehergul/scgpt