Spaces:
Runtime error
Runtime error
bert/base-cased -> bert-base-cased
Browse files
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
|
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)
|