Add new SentenceTransformer model with an onnx backend (#1)
Browse files- Add new SentenceTransformer model with an onnx backend (3cbad35b35ba4b98abfb5c945a2392fcc74839bc)
- config.json +1 -1
- onnx/model.onnx +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MPNetModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "tomaarsen/all-mpnet-base-v2",
|
3 |
"architectures": [
|
4 |
"MPNetModel"
|
5 |
],
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74187b16d9c946fea252e120cfd7a12c5779d8b8b86838a2e4c56573c47941bd
|
3 |
+
size 435826548
|