Skip to content

Commit

Permalink
minor - package export for bert.FullTokenizer and bert.params_from_pr…
Browse files Browse the repository at this point in the history
…etrained_ckpt
  • Loading branch information
kpe committed Jul 30, 2019
1 parent 5dc31c1 commit e3f61bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bert/__init__.py
Expand Up @@ -8,4 +8,6 @@
from .layer import Layer
from .model import BertModelLayer

from .loader import StockBertConfig, load_stock_weights
from .loader import StockBertConfig, load_stock_weights, params_from_pretrained_ckpt
from .tokenization import FullTokenizer

0 comments on commit e3f61bd

Please sign in to comment.