From b6ea652cfdf8bec719af175acee4aeb96bfa1dac Mon Sep 17 00:00:00 2001 From: Noa Levi <275430404+lphuc2250gma@users.noreply.github.com> Date: Thu, 14 May 2026 05:27:18 +0000 Subject: [PATCH] docs: fix duplicated "of" in machine-learning.md Signed-off-by: Noa Levi <275430404+lphuc2250gma@users.noreply.github.com> --- docs/reference/machine-learning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/machine-learning.md b/docs/reference/machine-learning.md index cf96a9d0..8c854c19 100644 --- a/docs/reference/machine-learning.md +++ b/docs/reference/machine-learning.md @@ -106,7 +106,7 @@ For an offline install of a Hugging Face model, the model first needs to be clon git clone https://huggingface.co/dslim/bert-base-NER ``` - This command results in a local copy of of the model in the directory `bert-base-NER`. + This command results in a local copy of the model in the directory `bert-base-NER`. 3. Use the `eland_import_hub_model` script with the `--hub-model-id` set to the directory of the cloned model to install it: