from transformers import AutoModel model = AutoModel.from_pretrained( "Yuto2007/Single_Cell_Classifier", trust_remote_code=True )