bhavnicksm commited on
Commit
1422436
·
1 Parent(s): d82836a

Add model files

Browse files
Files changed (4) hide show
  1. config.json +12 -0
  2. model.safetensors +3 -0
  3. modules.json +8 -0
  4. 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": false,
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:cf87ab2be8ae8bcc295a94781bbba54f568026704ecf029fd8cf334df5dbf05a
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