bhavnicksm
commited on
Commit
·
d12ef94
1
Parent(s):
78276c8
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": "baai/bge-base-en-v1.5",
|
7 |
+
"apply_pca": 768,
|
8 |
+
"apply_zipf": true,
|
9 |
+
"hidden_dim": 768,
|
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:e7d86b9d447327a4747e45affcf7c42583003bdfe0fb3d974d89ff4ebb629c16
|
3 |
+
size 90710104
|
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
|
|