-
Notifications
You must be signed in to change notification settings - Fork 310
Closed
Labels
type:docsImprovements or additions to documentationImprovements or additions to documentationtype:featureNew feature or requestNew feature or request
Description
There are a few minor cleanups we should do in the examples/ directory for the 0.4 release.
- We should remove the base readme https://github.com/keras-team/keras-nlp/blob/master/examples/README.md, it is quite out of date now that our models have moved inside the library.
- We should remove bert_glue_finetune.py. The new glue finetuning example is now much more fully featured.
- We should rename the bert example to reflect it is now about pretraining specifically. Something like renaming
bert/tobert_pretraining/,bert_train.py->bert_pretrain.py,bert_preprocess.py->bert_create_pretraining_data.py.
Metadata
Metadata
Assignees
Labels
type:docsImprovements or additions to documentationImprovements or additions to documentationtype:featureNew feature or requestNew feature or request