binhcode25 commited on
Commit
f2273dd
·
verified ·
1 Parent(s): 8cbcab3

Add new SentenceTransformer model.

Browse files
Files changed (3) hide show
  1. README.md +2 -1
  2. model.onnx +2 -2
  3. 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://www.light-embed.net) installed:
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:acb89c010c252fa5b50750ccd41d454dec43cb9f8c2c9c6b743930509d89d41b
3
- size 1110169923
 
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:f59925fcb90c92b894cb93e51bb9b4a6105c5c249fe54ce1c704420ac39b81af
3
- size 17082756
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa685fc160bbdbab64058d4fc91b60e62d207e8dc60b9af5c002c5ab946ded00
3
+ size 17083009