From d7351f18d495fb03beb512e8ba60a9a332690f89 Mon Sep 17 00:00:00 2001 From: Pringled Date: Wed, 20 Nov 2024 20:41:35 +0100 Subject: [PATCH] Reworked documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d10a5a3..eeb2a50 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ This will install the base inference package, which only depends on `numpy` and pip install model2vec[distill] ``` -The easiest way to get started with Model2Vec is to load one of our [flagship models from the HuggingFace hub](https://huggingface.co/minishlab). These models are pre-trained and ready to use. The following code snippet shows how to load a model and make embeddings: +The easiest way to get started with Model2Vec is to load one of our [flagship models from the HuggingFace hub](https://huggingface.co/collections/minishlab/potion-6721e0abd4ea41881417f062). These models are pre-trained and ready to use. The following code snippet shows how to load a model and make embeddings: ```python from model2vec import StaticModel