Upload sp.model with git-lfs d8b3d85
Chenyan Xiong commited on
How to use microsoft/amos with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("microsoft/amos", device_map="auto")