Add new SentenceTransformer model.
Browse files- README.md +2 -1
- model.onnx +2 -2
- tokenizer.json +2 -2
README.md
CHANGED
|
@@ -15,6 +15,7 @@ This is the ONNX version of the Sentence Transformers model sentence-transformer
|
|
| 15 |
- Embedding dimension: 768
|
| 16 |
- Max sequence length: 128
|
| 17 |
- File size on disk: 1.03 GB
|
|
|
|
| 18 |
|
| 19 |
This ONNX model consists all components in the original sentence transformer model:
|
| 20 |
Transformer, Pooling
|
|
@@ -23,7 +24,7 @@ Transformer, Pooling
|
|
| 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: 768
|
| 16 |
- Max sequence length: 128
|
| 17 |
- File size on disk: 1.03 GB
|
| 18 |
+
- Pooling incorporated: Yes
|
| 19 |
|
| 20 |
This ONNX model consists all components in the original sentence transformer model:
|
| 21 |
Transformer, Pooling
|
|
|
|
| 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
|
model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cbf122801b94e8610d9a06bea3f8dd0b40801b118e5f53a2935a01cd37303a4c
|
| 3 |
+
size 1110169968
|
tokenizer.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa685fc160bbdbab64058d4fc91b60e62d207e8dc60b9af5c002c5ab946ded00
|
| 3 |
+
size 17083009
|