modified: README.md 30e4fc3
han-xudong commited on
How to use prosoro/prosoro-mvae with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("prosoro/prosoro-mvae", trust_remote_code=True, dtype="auto")