Spaces:
Runtime error
Runtime error
Commit
·
054abb2
1
Parent(s):
e4f3e8d
add like message
Browse files
app.py
CHANGED
@@ -128,7 +128,8 @@ with gr.Blocks() as demo:
|
|
128 |
gr.Markdown(
|
129 |
"""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).
|
130 |
This Space allows you to find children models for a given base model and view the popularity of models for fine-tuning.
|
131 |
-
You can also optionally filter by task to see rankings for a particular machine learning task.
|
|
|
132 |
)
|
133 |
gr.Markdown(produce_summary())
|
134 |
gr.Markdown("## Find all models trained from a base model")
|
|
|
128 |
gr.Markdown(
|
129 |
"""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).
|
130 |
This Space allows you to find children models for a given base model and view the popularity of models for fine-tuning.
|
131 |
+
You can also optionally filter by task to see rankings for a particular machine learning task.
|
132 |
+
Don't forget to ❤ if you like this space 🤗"""
|
133 |
)
|
134 |
gr.Markdown(produce_summary())
|
135 |
gr.Markdown("## Find all models trained from a base model")
|