keras-team / keras-nlp

Modular Natural Language Processing workflows with Keras
Apache License 2.0
740 stars 218 forks source link

Support Task Saving/Loading #1547

Closed SamanehSaadat closed 3 months ago

SamanehSaadat commented 3 months ago

To support saving and loading Task, the following changes have been made:

TODO:

Future plan: currently backbone and config are called config.json and model.weights.h5. Our plan is to rename these to backbone.json and backbone.weights.h5 in a followup PR.