Skip to content

Commit

Permalink
Add new model to Support models
Browse files Browse the repository at this point in the history
  • Loading branch information
goldpulpy committed Oct 6, 2024
1 parent 38d65c9 commit 7713b0c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ You don't need to download anything; the package itself will download the model

Below are the models currently added to the special repository, including their file size and a link to the source.

| Model | Parameters | FP32 | FP16 | INT8 | Source link |
| ---------------- | ---------- | ------- | ------- | ------- | ---------------------------------------------------------------------- |
| all-MiniLM-L6-v2 | 22.7M | 90.4 MB | 45.4 MB | 22.9 MB | [click](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) |
| Model | Parameters | FP32 | FP16 | INT8 | Source link |
| ----------------- | ---------- | ------ | ----- | ----- | ----------------------------------------------------------------------- |
| all-MiniLM-L6-v2 | 22.7M | 90 MB | 45 MB | 23 MB | [HF](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2) 🤗 |
| all-MiniLM-L12-v2 | 33.4M | 127 MB | 65 MB | 32 MB | [HF](https://huggingface.co/sentence-transformers/all-MiniLM-L12-v2) 🤗 |

**pysentence-similarity** supports `FP32`, `FP16`, and `INT8` dtypes.

Expand Down

0 comments on commit 7713b0c

Please sign in to comment.