Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unify BERT model API in one class (#387)
* Initial commit * Fix model loading from config * Fix vocab size typo and tests * Add TODOs * Fix docstrings and format * Fix comments * Address comments * Use kwargs * Attach presets to class with write protection * Change preset accessor to `deepcopy` * Remove redundant test * Use `Bert.presets` to reference presets * Remove more references to `backbone_presets`
- Loading branch information