Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/machine-learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down