Add new SentenceTransformer model with an onnx backend (#2)
Browse files- Add new SentenceTransformer model with an onnx backend (4772c1972f5197ae6116e7e686d8e45ec2a9f84c)
- config.json +1 -1
- onnx/model.onnx +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "C:/Project/Detomo/2025/meisai-check/meisai-api/meisaicheck-api/data/model\\Detomo/cl-nagoya-sup-simcse-ja-for-standard-name-v0_9_11-
|
3 |
"architectures": [
|
4 |
"BertModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "C:/Project/Detomo/2025/meisai-check/meisai-api/meisaicheck-api/data/model\\Detomo/cl-nagoya-sup-simcse-ja-for-standard-name-v0_9_11-onnx-quantized",
|
3 |
"architectures": [
|
4 |
"BertModel"
|
5 |
],
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65293f9c8593c81f723aeff1984dc4d6c44c0f664914d5352493742f0f71af21
|
3 |
+
size 442744328
|