Commit
·
3e1f42b
1
Parent(s):
0b69f42
Add model files
Browse files- config.json +12 -0
- model.safetensors +3 -0
- modules.json +8 -0
- tokenizer.json +0 -0
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "model2vec",
|
3 |
+
"architectures": [
|
4 |
+
"StaticModel"
|
5 |
+
],
|
6 |
+
"tokenizer_name": "mixedbread-ai/mxbai-embed-2d-large-v1",
|
7 |
+
"apply_pca": null,
|
8 |
+
"apply_zipf": false,
|
9 |
+
"hidden_dim": 1024,
|
10 |
+
"seq_length": 1000000,
|
11 |
+
"normalize": false
|
12 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e74302ce1345818ef16e8510c9c57815f589c1f34945bc050f5abe4147a1f46b
|
3 |
+
size 120946776
|
modules.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"idx": 0,
|
4 |
+
"name": "0",
|
5 |
+
"path": ".",
|
6 |
+
"type": "sentence_transformers.models.StaticEmbedding"
|
7 |
+
}
|
8 |
+
]
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|