Model2Vec
ONNX
Safetensors
sentence-transformers
embeddings
static-embeddings
tokie
bhavnicksm commited on
Commit
cfde963
·
verified ·
1 Parent(s): 2e5f1ef

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "model2vec",
3
+ "architectures": [
4
+ "StaticModel"
5
+ ],
6
+ "tokenizer_name": "BAAI/bge-m3",
7
+ "apply_pca": null,
8
+ "apply_zipf": null,
9
+ "sif_coefficient": null,
10
+ "hidden_dim": 256,
11
+ "seq_length": 1000000,
12
+ "normalize": true
13
+ }