Closed haifeng-jin closed 1 year ago
KerasNLP 0.4 is released. Merge away!
Yeah, this is awesome!! Keep us posted on how it goes!
Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:
Coverage data is based on head (
d3fe967
) compared to base (4dd289a
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
AutoKeras has switched to KerasNLP for BERT implementation without any problem. Successfully removed 1500+ lines of code! This PR is pending on KerasNLP 0.4.0 release before merging.
Due to the limitation of AutoKeras, we are using the
BertPreprocessor
as part of the main Keras model. In the future, this should be in thetf.data
pipeline instead.cc: @mattdangerw, @jbischof, @chenmoneygithub