add model_type c0f7685
Peter-Chou commited on
How to use peterchou/ernie-gram with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("peterchou/ernie-gram", dtype="auto")