File size: 374 Bytes
2591c39 |
1 2 3 4 5 6 7 8 9 10 |
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
|