davanstrien HF staff commited on
Commit
6e94de2
1 Parent(s): 71f1dc0

add link to docs

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -144,9 +144,9 @@ with gr.Blocks() as demo:
144
  "# Base model explorer: explore the lineage of models on the 🤗 Hub"
145
  )
146
  gr.Markdown(
147
- """When sharing models to the Hub it is possible to specify a base model in the model card, i.e. that your model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased).
148
- This Space allows you to find children models for a given base model and view the popularity of models for fine-tuning.
149
- You can also optionally filter by task to see rankings for a particular machine learning task.
150
  Don't forget to ❤ if you like this space 🤗"""
151
  )
152
 
 
144
  "# Base model explorer: explore the lineage of models on the 🤗 Hub"
145
  )
146
  gr.Markdown(
147
+ """When sharing models to the Hub, it is possible to [specify a base model in the model card](https://huggingface.co/docs/hub/model-cards#specifying-a-base-model), i.e. that your model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased).
148
+ This Space allows you to find children's models for a given base model and view the popularity of models for fine-tuning.
149
+ You can also optionally filter by the task to see rankings for a particular machine learning task.
150
  Don't forget to ❤ if you like this space 🤗"""
151
  )
152