Skip to content

Commit

Permalink
docs: update admonitions token tutorial (#5248)
Browse files Browse the repository at this point in the history
# Description
<!-- Please include a summary of the changes and the related issue.
Please also include relevant motivation and context. List any
dependencies that are required for this change. -->

Closes #5247 

**Type of change**
<!-- Please delete options that are not relevant. Remember to title the
PR according to the type of change -->

- Documentation update

**How Has This Been Tested**
<!-- Please add some reference about how your feature has been tested.
-->

**Checklist**
<!-- Please go over the list and make sure you've taken everything into
account -->

- I added relevant documentation
  • Loading branch information
sdiazlor authored Jul 17, 2024
1 parent dd54b3e commit 34c0418
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions argilla/docs/tutorials/token_classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"- Remotely using a [HF Space](https://huggingface.co/new-space?template=argilla/argilla-template-space). ⚠️ If persistent storage is not enabled, you will lose your data when the server is stopped.\n",
"\n",
"!!! note\n",
"As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc2`.\n",
" As this is a release candidate version, you'll need to manually change the version in the HF Space Files > Dockerfile to `argilla/argilla-quickstart:v2.0.0rc2`.\n",
"\n",
"- Locally using Docker: `docker run -d --name quickstart -p 6900:6900 argilla/argilla-quickstart:v2.0.0rc2`\n"
]
Expand Down Expand Up @@ -263,7 +263,7 @@
"metadata": {},
"source": [
"!!! note\n",
"For further information, you can check the [GLiNER repository](https://github.com/urchade/GLiNER) and the [original paper](https://arxiv.org/abs/2311.08526).\n"
" For further information, you can check the [GLiNER repository](https://github.com/urchade/GLiNER) and the [original paper](https://arxiv.org/abs/2311.08526).\n"
]
},
{
Expand Down Expand Up @@ -354,7 +354,7 @@
"metadata": {},
"source": [
"!!! note\n",
"Check this [how-to guide](../how_to_guides/annotate.md) to know more about annotating in the UI.\n"
" Check this [how-to guide](../how_to_guides/annotate.md) to know more about annotating in the UI."
]
},
{
Expand All @@ -370,7 +370,8 @@
"source": [
"After the annotation, we will have a robust dataset to train our model for entity recognition. For our case, we will train a SpanMarker model, but you can select any model of your choice. So, let's start by retrieving the annotated records.\n",
"\n",
"> Check this [how-to guide](../how_to_guides/query_export.md) to learn more about filtering and querying in Argilla.\n"
"!!! note\n",
" Check this [how-to guide](../how_to_guides/query_export.md) to learn more about filtering and querying in Argilla.\n"
]
},
{
Expand Down Expand Up @@ -412,7 +413,7 @@
"metadata": {},
"source": [
"!!! note\n",
"For further information, you can check the [SpanMarker documentation](https://tomaarsen.github.io/SpanMarkerNER/).\n"
" For further information, you can check the [SpanMarker documentation](https://tomaarsen.github.io/SpanMarkerNER/).\n"
]
},
{
Expand Down Expand Up @@ -556,7 +557,7 @@
"metadata": {},
"source": [
"!!! note\n",
"The training arguments are inherited from the Transformers library. You can check more information [here](https://huggingface.co/docs/transformers/en/main_classes/trainer#transformers.TrainingArguments).\n"
" The training arguments are inherited from the Transformers library. You can check more information [here](https://huggingface.co/docs/transformers/en/main_classes/trainer#transformers.TrainingArguments).\n"
]
},
{
Expand Down

0 comments on commit 34c0418

Please sign in to comment.