Skip to content

Commit

Permalink
Fixed broken link (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pringled authored Oct 15, 2024
1 parent 83db270 commit b4927e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<img src="assets/images/model2vec_model_diagram_transparant_light.png#gh-light-mode-only" width="90%">
</div>

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)
Expand Down

0 comments on commit b4927e1

Please sign in to comment.