CoolFace
Modelpublic

WiseIntelligence/static-bge-code-v1-st

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes10downloads
config.json13 linesDownload Raw Back to root
1{2    "model_type": "model2vec",3    "architectures": [4        "StaticModel"5    ],6    "tokenizer_name": "BAAI/bge-code-v1",7    "apply_pca": 512,8    "apply_zipf": null,9    "sif_coefficient": 0.0001,10    "hidden_dim": 512,11    "seq_length": 1000000,12    "normalize": true13}