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

bert/base-cased -> bert-base-cased (#1)

Browse files

- bert/base-cased -> bert-base-cased (e6fb6ec5b8a8017a26d3acc98bf1ae67659f2ba5)


Co-authored-by: Tom Aarsen <[email protected]>

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)