-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Labels
stat:contributions welcomeAdd this label to feature request issues so they are separated out from bug reporting issuesAdd this label to feature request issues so they are separated out from bug reporting issues
Description
As a follow up to #657, it would be great to add model card information for all our pre-trained models to keras.io.
There will be two parts to this work...
- Add model card information to our preset metadata in this repository. We should include a URL to the original model card for the model, or link to a general purpose README if none is available. E.g. for a GPT-2 preset, we could add
"metadata": {
...,
"model_card": "https://github.com/openai/gpt-2/blob/master/model_card.md",
},
- Add code to render the model card somewhere within our preset tables on keras.io. See Keras NLP Autogenerate presets table. keras-io#1222 as a reference.
Metadata
Metadata
Assignees
Labels
stat:contributions welcomeAdd this label to feature request issues so they are separated out from bug reporting issuesAdd this label to feature request issues so they are separated out from bug reporting issues