metadata
language:
- zh
Tiny BERT 4L zh
This is a backup repo of the official repo.
Now the model can be loaded with
from transformers import AutoModel
model = AutoModel.from_pretrained("JeremiahZ/TinyBERT_4L_zh_backup")
More information on this model can be found here.