simbert
Collection
pytorch version of https://github.com/ZhuiyiTechnology/simbert • 3 items • Updated
How to use Tongjilibo/simbert-chinese-tiny with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Tongjilibo/simbert-chinese-tiny", dtype="auto")convert.py