initial commit b4e4b13
Maik Fröbe commited on
How to use webis/tiny-bert-ranker-l-2-distillation with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("webis/tiny-bert-ranker-l-2-distillation", dtype="auto")