keras-team / keras-hub

Pretrained model hub for Keras 3
Apache License 2.0
799 stars 243 forks source link

Port preprocessing and tokenizer tests to use `run_preprocessing_layer_test` #1313

Open mattdangerw opened 1 year ago

mattdangerw commented 1 year ago

We have been slowly working on factoring out common test routines for our testing code.

The last piece of this work will be to port all keras_nlp/tokenizers/*_test.py and keras_nlp/layers/preprocessing/*_test.py layers to use common test routines.

For each file in keras_nlp/tokenizers/*_test.py and keras_nlp/layers/preprocessing/*_test.py

mohame54 commented 10 months ago

Hello @mattdangerw I 'd like to work on this issue ?