Skip to content

Commit

Permalink
docs: Fixed broken links (#112)
Browse files Browse the repository at this point in the history
* Fixed links

* Updated install command
  • Loading branch information
Pringled authored Oct 25, 2024
1 parent 5ed70a6 commit 2fe48d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Model2Vec is a technique to turn any sentence transformer into a really small st
- [Main Features](#main-features)
- [What is Model2Vec?](#what-is-model2vec)
- [Usage](#usage)
- [Distilling a Model2Vec model](#distilling-a-model2vec-model)
- [Inferencing a Model2Vec model](#inference-with-a-model2vec-model)
- [Evaluating a Model2Vec model](#evaluating-a-model2vec-model)
- [Distillation](#distillation)
- [Inference](#inference)
- [Evaluation](#evaluation)
- [Model List](#model-list)
- [Results](#results)
- [Related Work](#related-work)
Expand Down Expand Up @@ -307,7 +307,7 @@ embeddings = model.encode(["It's dangerous to go alone!", "It's a secret to ever
Our models can be evaluated using our [evaluation package](https://github.com/MinishLab/evaluation). Install the evaluation package with:

```bash
pip install evaluation@git+https://github.com MinishLab/evaluation@main
pip install git+https://github.com/MinishLab/evaluation.git@main
```
</details>

Expand Down

0 comments on commit 2fe48d5

Please sign in to comment.