Add an AlbertMaskedLM task model #718
Labels
stat:contributions welcome
Add this label to feature request issues so they are separated out from bug reporting issues
type:feature
New feature or request
In #653 we added a masked language modeling task for RoBERTa. We can make a similar change for the
Albert
model.AlbertTokenizer
to expect a mask token.AlbertMaskedLMPreprocessor
preprocessor layer and tests.AlbertMaskedLM
task model and tests.keras_nlp/models/__init__.py
to exportAlbertMaskedLM
andAlbertMaskedLMPreprocessor
.The text was updated successfully, but these errors were encountered: