from transformers import AutoModel model = AutoModel.from_pretrained("mrbear1024/mimictalk") print(model)