Closed mattdangerw closed 2 months ago
Instead of registering classes with backbone and tokenizer, we just register them with the associated backbone.
What was the reason for registering the tokenizer before this change?
What was the reason for registering the tokenizer before this change?
Previously we didn't have the tokenizers associated with a backbone class. But not a particularly good reason, just hadn't thought of this approach?
Instead of registering classes with backbone and tokenizer, we just register them with the associated backbone. This will keep the accessors working for models without tokenizer classes. We can build the correct list for any class in the library by checking the associated backbone class.