Model/Tokenizer question

If I have loaded a model using AutokTokenizer and AutoClass and I Wanna see what hugging face subclass the model falls into, how do I obtain this information?

type(tokenizer) or type(model) will show you the class of your tokenizer/model.