- Added parameter to shush verbose
extract_features. - Removed vestigal
use_one_hot_embeddingsparameter from everywhere. extract_featuresnow can take plain character vectors as input.extract_featuresnow can take a single checkpoint directory or model name, rather than three separate file paths.
- Updated
extract_featuresto return tidy tibbles (@jonthegeek, #29)
- Updated
download_BERT_checkpointto simplify usage. (@jonthegeek, #25)
- Added a
NEWS.mdfile to track changes to the package. - Initial open source release.