Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,7 @@ tags:
|
|
3 |
- sentence-transformers
|
4 |
- sentence-similarity
|
5 |
- feature-extraction
|
|
|
6 |
base_model: sentence-transformers/all-MiniLM-L6-v2
|
7 |
pipeline_tag: sentence-similarity
|
8 |
library_name: sentence-transformers
|
@@ -10,19 +11,9 @@ license: apache-2.0
|
|
10 |
language:
|
11 |
- en
|
12 |
---
|
13 |
-
#
|
14 |
|
15 |
-
|
16 |
-
This model was distilled from [sentence-transformers/all-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L12-v2), achieving **nearly 2 times faster inference** while retaining high accuracy.
|
17 |
-
|
18 |
-
## Model Details
|
19 |
-
|
20 |
-
### Description
|
21 |
-
- **Model Type:** Sentence Transformer
|
22 |
-
- **Base Model:** [sentence-transformers/all-MiniLM-L6-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2)
|
23 |
-
- **Maximum Sequence Length:** 256 tokens
|
24 |
-
- **Output Dimensionality:** 384
|
25 |
-
- **Similarity Function:** Cosine Similarity
|
26 |
|
27 |
## Usage
|
28 |
|
|
|
3 |
- sentence-transformers
|
4 |
- sentence-similarity
|
5 |
- feature-extraction
|
6 |
+
- rag
|
7 |
base_model: sentence-transformers/all-MiniLM-L6-v2
|
8 |
pipeline_tag: sentence-similarity
|
9 |
library_name: sentence-transformers
|
|
|
11 |
language:
|
12 |
- en
|
13 |
---
|
14 |
+
# The Fastest Text Embedding Model: tabularisai/all-MiniLM-L2-v2
|
15 |
|
16 |
+
This model is distilled from [sentence-transformers/all-MiniLM-L12-v2](https://huggingface.co/sentence-transformers/all-MiniLM-L12-v2), delivering **almost 2 times faster inference** while maintaining strong accuracy on CPU and GPU.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
## Usage
|
19 |
|