New:
- N/A
Changed
- Use fast tokenizers for the following Hugging Face **transformers** models: BERT, DistilBERT, and RoBERTa models. This change affects models created with either `text.Transformer(...` or `text.text_clasifier('distilbert',..')`. BERT models created with `text_classifier('bert',..`, which uses `keras_bert` instead of `transformers`, are not affected by this change.
Fixed:
- N/A