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