bhavnicksm commited on
Commit
35cbefd
·
1 Parent(s): 75da10f

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": 128,
8
+ "apply_zipf": true,
9
+ "hidden_dim": 128,
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:c48e2231a8f7cc48731e04ddf67f09fc42b8982f4a1dad49cf98cd80b2126688
3
+ size 15118424
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