Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
e4d2970
1
Parent(s):
bd97257
add link to search space
Browse files
app.py
CHANGED
|
@@ -398,12 +398,15 @@ This Gradio app allows you to track datasets hosted on the Hugging Face Hub and
|
|
| 398 |
2. If a new model is listed as being trained on this dataset Librarian Bot will ping you in a discussion on the Hugging Face Hub to let you know.
|
| 399 |
3. Librarian Bot will check for new models for a particular dataset once a day.
|
| 400 |
|
| 401 |
-
**Tip** *You can use a wildcard `*` to track all datasets for a user or organization on the hub. For example `biglam/*` will create alerts for all the datasets under the biglam Hugging Face Organization*
|
| 402 |
-
|
| 403 |
-
**You need to be logged in to your Hugging Face account to use this app.** If you don't have a Hugging Face Hub account you can get one <a href="https://huggingface.co/join">here</a>.
|
| 404 |
|
| 405 |
**NOTE** This app is a proof of concept and is intended to validate how much interest there is for a feature like this.
|
| 406 |
If you have feedback please add it to this [discussion](https://huggingface.co/spaces/librarian-bots/dataset-to-model-monitor/discussions/2).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 407 |
"""
|
| 408 |
|
| 409 |
with gr.Blocks() as demo:
|
|
|
|
| 398 |
2. If a new model is listed as being trained on this dataset Librarian Bot will ping you in a discussion on the Hugging Face Hub to let you know.
|
| 399 |
3. Librarian Bot will check for new models for a particular dataset once a day.
|
| 400 |
|
|
|
|
|
|
|
|
|
|
| 401 |
|
| 402 |
**NOTE** This app is a proof of concept and is intended to validate how much interest there is for a feature like this.
|
| 403 |
If you have feedback please add it to this [discussion](https://huggingface.co/spaces/librarian-bots/dataset-to-model-monitor/discussions/2).
|
| 404 |
+
|
| 405 |
+
### Tips
|
| 406 |
+
- You might find the [Hugging Face Datasets Semantic Search](https://huggingface.co/spaces/librarian-bots/huggingface-datasets-semantic-search) Space useful for finding datasets to track.
|
| 407 |
+
- You can use a wildcard `*` to track all datasets for a user or organization on the hub. For example `biglam/*` will create alerts for all the datasets under the biglam Hugging Face Organization
|
| 408 |
+
- You need to be logged in to your Hugging Face account to use this app. If you don't have a Hugging Face Hub account you can get one <a href="https://huggingface.co/join">here</a>.
|
| 409 |
+
|
| 410 |
"""
|
| 411 |
|
| 412 |
with gr.Blocks() as demo:
|