Skip to content

Commit

Permalink
Add links at start and end of train_a_model and upload_a_model docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishalcrow committed Dec 4, 2024
1 parent 233d598 commit 7b7323e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/curation/plot_2_train_a_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@
#
# Now that you have a model, you can `apply it to another sorting
# <https://spikeinterface.readthedocs.io/en/latest/tutorials/curation/plot_1_automated_curation.html>`_
# or upload it to `HuggingFaceHub <https://huggingface.co/>`_.
# or `upload it to HuggingFaceHub <https://spikeinterface.readthedocs.io/en/latest/tutorials/curation/plot_3_upload_a_model.html>`_.
2 changes: 2 additions & 0 deletions examples/tutorials/curation/plot_3_upload_a_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
# In this tutorial we will upload a pipeline, trained in SpikeInterface, to the
# `Hugging Face Hub <https://huggingface.co/>`_ (HFH).
#
# To do this, you first need to train a model. `Learn how here! <https://spikeinterface.readthedocs.io/en/latest/tutorials/curation/plot_2_train_a_model.html>`_
#
# Hugging Face Hub?
# -----------------
# Hugging Face Hub (HFH) is a model sharing platform focused on AI and ML models and datasets.
Expand Down

0 comments on commit 7b7323e

Please sign in to comment.