-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into hotfix/replace_isort_by_ruff
- Loading branch information
Showing
49 changed files
with
644 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 10 additions & 2 deletions
12
docs/_source/getting_started/installation/deployments/docker-quickstart.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 3 additions & 2 deletions
5
docs/_source/getting_started/installation/deployments/google-colab.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Google Colab | ||
Google Colab is a free tool that allows users to run and share Jupyter notebooks on Google's servers. It can be useful for quickly trying out models and using GPUs for training and prediction tasks. In the context of Argilla, it can be used for experimenting with pre-trained models, active learning, and computing text embeddings. | ||
|
||
To use Argilla with Google Colab, the recommended method is to use Hugging Face Spaces, as [described in this guide](huggingface-spaces.md). This is the easiest way to set up Argilla for use with Google Colab. For other installations, we recommend you to read the [cloud providers guide](cloud_providers.md). | ||
You can run all Argilla tutorials using the Open in Colab button at the top of each tutorial page. To use Argilla with Google Colab, the recommended method is to use Hugging Face Spaces, as [described in this guide](huggingface-spaces.md). This is the easiest way to set up Argilla for use with Google Colab. For other installations, we recommend the [deployments guide](cloud_providers.md). | ||
|
||
If you want to deploy and run Argilla entirely on Google Colab, check [this tutorial by Moritz Laurer](../../../tutorials/notebooks/deploying-textclassification-colab-activelearning.ipynb). | ||
|
||
If you are looking for an end-to-end example using Google Colab and Hugging Face Spaces, check out this [Colab notebook](https://colab.research.google.com/drive/1GeBBuRw8CIZ6SYql5Vdx4Q2Vv74eFa1I?usp=sharing). |
Oops, something went wrong.