Skip to content

Add model card links on keras.io for all pre-trained models #789

@mattdangerw

Description

@mattdangerw

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...

  1. 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",
},
  1. 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 issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions