copy of original repo 33ec5b2
alexcombessie commited on
How to use DataikuNLP/TinyBERT_General_4L_312D with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("DataikuNLP/TinyBERT_General_4L_312D", dtype="auto")