tomaarsen HF staff commited on
Commit
e6fb6ec
·
1 Parent(s): 4653f13

bert/base-cased -> bert-base-cased

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def return_models_for_base_model(base_model):
73
  with gr.Blocks() as demo:
74
  gr.Markdown("# Base model explorer")
75
  gr.Markdown(
76
- """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).
77
  This Space allows you to find children models for a given base model and view the popularity of models for fine-tuning."""
78
  )
79
  gr.Markdown(summary)
 
73
  with gr.Blocks() as demo:
74
  gr.Markdown("# Base model explorer")
75
  gr.Markdown(
76
+ """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).
77
  This Space allows you to find children models for a given base model and view the popularity of models for fine-tuning."""
78
  )
79
  gr.Markdown(summary)