From 35a682a7b07a4da5ff1258e18cf34b6163226a70 Mon Sep 17 00:00:00 2001 From: Pringled Date: Tue, 15 Oct 2024 08:50:04 +0200 Subject: [PATCH] Fixed broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f416a01b..63d4d3ff 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ -Model2Vec is a technique to turn any sentence transformer into a really small fast model, reducing model size by 15x and making the models up to 500x faster, with a small drop in performance. See our results [here](#classification-and-speed-benchmarks), or dive in to see how it works. +Model2Vec is a technique to turn any sentence transformer into a really small fast model, reducing model size by 15x and making the models up to 500x faster, with a small drop in performance. See our results [here](results/README.md), or dive in to see how it works. ## Table of Contents - [Quickstart](#quickstart)