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