We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.weights.h5
We have a new "best practice" format for weight saving. We should re-upload all our existing checkpoints in this format.
Steps:
from_preset
backbone.save_weights("model.weights.h5")
v2
keras_nlp/models/preset/xx_id/v2
xx_preset.py
Make sure not to delete of overwrite anything currently in the bucket! This should be non-destructive.
This will need to be handled by someone on the Keras team directly, as it requires write access to GCP storage.
The text was updated successfully, but these errors were encountered:
ELECTRA
Done!
Sorry, something went wrong.
mattdangerw
No branches or pull requests
We have a new "best practice" format for weight saving. We should re-upload all our existing checkpoints in this format.
Steps:
from_preset
.backbone.save_weights("model.weights.h5")
.v2
directorykeras_nlp/models/preset/xx_id/v2
.xx_preset.py
file to point to the new assets.Make sure not to delete of overwrite anything currently in the bucket! This should be non-destructive.
This will need to be handled by someone on the Keras team directly, as it requires write access to GCP storage.
The text was updated successfully, but these errors were encountered: