keras-team / keras-nlp

Modular Natural Language Processing workflows with Keras
Apache License 2.0
734 stars 216 forks source link

Add Saving Tests #1590

Closed SamanehSaadat closed 2 months ago

SamanehSaadat commented 2 months ago

In #1547, saving logic was moved from preset_utils.py to base classes such as Task, Preprocessor, etc. This PR adds saving tests for each base class.