binhcode25
commited on
Commit
•
1434920
1
Parent(s):
cd71211
Add new SentenceTransformer model.
Browse files
README.md
CHANGED
@@ -15,6 +15,7 @@ This is the ONNX version of the Sentence Transformers model sentence-transformer
|
|
15 |
- Embedding dimension: 384
|
16 |
- Max sequence length: 128
|
17 |
- File size on disk: 0.12 GB
|
|
|
18 |
|
19 |
This ONNX model consists all components in the original sentence transformer model:
|
20 |
Transformer, Pooling, Normalize
|
@@ -23,7 +24,7 @@ Transformer, Pooling, Normalize
|
|
23 |
|
24 |
## Usage (LightEmbed)
|
25 |
|
26 |
-
Using this model becomes easy when you have [LightEmbed](https://
|
27 |
|
28 |
```
|
29 |
pip install -U light-embed
|
|
|
15 |
- Embedding dimension: 384
|
16 |
- Max sequence length: 128
|
17 |
- File size on disk: 0.12 GB
|
18 |
+
- Pooling incorporated: Yes
|
19 |
|
20 |
This ONNX model consists all components in the original sentence transformer model:
|
21 |
Transformer, Pooling, Normalize
|
|
|
24 |
|
25 |
## Usage (LightEmbed)
|
26 |
|
27 |
+
Using this model becomes easy when you have [LightEmbed](https://pypi.org/project/light-embed/) installed:
|
28 |
|
29 |
```
|
30 |
pip install -U light-embed
|