Closed
Description
This suggests there's something wrong with the Model abstraction, and it means that any other model of a similar ilk to EnglishRoberta could not be supported (or not supported efficiently, or whatever reason caused this to be special-cased here). The special-casing should be removed and the abstraction fixed to make the special-casing unnecessary.
machinelearning/src/Microsoft.ML.Tokenizers/Tokenizer.cs
Lines 203 to 216 in 4635a86