From 7b7323e0ed9caa8d535a516f9ec4f8a1dae4400a Mon Sep 17 00:00:00 2001 From: chrishalcrow <57948917+chrishalcrow@users.noreply.github.com> Date: Wed, 4 Dec 2024 11:23:54 +0000 Subject: [PATCH] Add links at start and end of `train_a_model` and `upload_a_model` docs --- examples/tutorials/curation/plot_2_train_a_model.py | 2 +- examples/tutorials/curation/plot_3_upload_a_model.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/tutorials/curation/plot_2_train_a_model.py b/examples/tutorials/curation/plot_2_train_a_model.py index c5c57ea1ce..9f7189b8c0 100644 --- a/examples/tutorials/curation/plot_2_train_a_model.py +++ b/examples/tutorials/curation/plot_2_train_a_model.py @@ -163,4 +163,4 @@ # # Now that you have a model, you can `apply it to another sorting # `_ -# or upload it to `HuggingFaceHub `_. +# or `upload it to HuggingFaceHub `_. diff --git a/examples/tutorials/curation/plot_3_upload_a_model.py b/examples/tutorials/curation/plot_3_upload_a_model.py index 291ac8c80b..739e87d7c1 100644 --- a/examples/tutorials/curation/plot_3_upload_a_model.py +++ b/examples/tutorials/curation/plot_3_upload_a_model.py @@ -6,6 +6,8 @@ # In this tutorial we will upload a pipeline, trained in SpikeInterface, to the # `Hugging Face Hub `_ (HFH). # +# To do this, you first need to train a model. `Learn how here! `_ +# # Hugging Face Hub? # ----------------- # Hugging Face Hub (HFH) is a model sharing platform focused on AI and ML models and datasets.