Generated with:

from transformers import AutoTokenizer

tokenizer = AutoTokenizer.from_pretrained("cross-encoder/ms-marco-MiniLM-L-6-v2")
assert tokenizer.is_fast
tokenizer.save_pretrained("...")
Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment