From eff9c246a3781b149fecf00b094d381223984241 Mon Sep 17 00:00:00 2001 From: bikash119 Date: Mon, 22 Jul 2024 19:58:22 +0530 Subject: [PATCH] docs/fixed the syntax for span_marker version used to pip install (#5294) # Description A equal to(=) sign is missing while specifying the version for span_marker in pip install command used in notebook Closes #5280 **Type of change** Fixed the syntax error in pip install command used to install span_marker. - Documentation update **Checklist** - I followed the style guidelines of this project - I did a self-review of my code --- argilla/docs/tutorials/token_classification.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argilla/docs/tutorials/token_classification.ipynb b/argilla/docs/tutorials/token_classification.ipynb index abb07b6be2..96a77fa676 100644 --- a/argilla/docs/tutorials/token_classification.ipynb +++ b/argilla/docs/tutorials/token_classification.ipynb @@ -72,7 +72,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install gliner==0.2.6 transformers==4.40.2 span_marker=1.5.0" + "!pip install gliner==0.2.6 transformers==4.40.2 span_marker==1.5.0" ] }, {