How to use objects76/synthetic-speaker-jpn with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("objects76/synthetic-speaker-jpn", dtype="auto")
How to fix it?