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