Upload folder using huggingface_hub
Browse files- 0_StaticEmbedding/model.safetensors +3 -0
- 0_StaticEmbedding/tokenizer.json +0 -0
- config_sentence_transformers.json +10 -0
- modules.json +8 -0
- onnx/model.onnx +3 -0
- onnx/model_quantized_arm64.onnx +3 -0
- onnx/model_quantized_avx2.onnx +3 -0
- onnx/model_quantized_avx512.onnx +3 -0
- onnx/model_quantized_avx512_vnni.onnx +3 -0
0_StaticEmbedding/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f45d515830491d23662c1d18864b036d52d01b67f39d2ea71d9a00e7e7a03222
|
3 |
+
size 8388704
|
0_StaticEmbedding/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
config_sentence_transformers.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"__version__": {
|
3 |
+
"sentence_transformers": "3.4.0",
|
4 |
+
"transformers": "4.45.0",
|
5 |
+
"pytorch": "2.5.1+cu124"
|
6 |
+
},
|
7 |
+
"prompts": {},
|
8 |
+
"default_prompt_name": null,
|
9 |
+
"similarity_fn_name": "cosine"
|
10 |
+
}
|
modules.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"idx": 0,
|
4 |
+
"name": "0",
|
5 |
+
"path": "0_StaticEmbedding",
|
6 |
+
"type": "sentence_transformers.models.StaticEmbedding"
|
7 |
+
}
|
8 |
+
]
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:019a246ad0e0083e1e30885fb9ed54a5556e332133c97d8918cdc3ecfc13be0a
|
3 |
+
size 8393325
|
onnx/model_quantized_arm64.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e39608da079b9173cf59fef68410b2130abb69825f047483ca5781bade8589ee
|
3 |
+
size 2103840
|
onnx/model_quantized_avx2.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e39608da079b9173cf59fef68410b2130abb69825f047483ca5781bade8589ee
|
3 |
+
size 2103840
|
onnx/model_quantized_avx512.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e39608da079b9173cf59fef68410b2130abb69825f047483ca5781bade8589ee
|
3 |
+
size 2103840
|
onnx/model_quantized_avx512_vnni.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e39608da079b9173cf59fef68410b2130abb69825f047483ca5781bade8589ee
|
3 |
+
size 2103840
|