From 7713b0c34e64d55208486fd05f51a5e47d20f8dd Mon Sep 17 00:00:00 2001 From: goldpulpy Date: Sun, 6 Oct 2024 23:53:00 +0300 Subject: [PATCH] Add new model to Support models --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 852f6df..f69e652 100644 --- a/README.md +++ b/README.md @@ -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.