Hello @dfarolfi
You need to run below
docker run -it --rm --network host \
docker.elastic.co/eland/eland:8.9.0 eland_import_hub_model \
--url https://localhost:9200 -u elastic -p nonprodpwd \
--hub-model-id sentence-transformers/msmarco-MiniLM-L12-v3 \
--task-type text_embedding --insecure
msmarco-MiniLM-L-12-v3 => msmarco-MiniLM-L12-v3
Same issue as ESRE Engineer Course Labs 5.1 - #2 by TimBosman
Thanks!!