I’m looking to find multiple models, each trained on the same or equivalent tokenizer. Is there a way to search by tokenizer, or equivalently check if a model’s tokenizer is the same?
My personal use case is finding an autoregressive model trained on the BERT tokenizer.
Thanks!