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