jina-embeddings-v3-128 / config.json
johnpaulbin's picture
Upload folder using huggingface_hub
2fba2fe verified
raw
history blame contribute delete
286 Bytes
{
"model_type": "model2vec",
"architectures": [
"StaticModel"
],
"tokenizer_name": "jinaai/jina-embeddings-v3",
"apply_pca": 128,
"apply_zipf": null,
"sif_coefficient": 0.0001,
"hidden_dim": 128,
"seq_length": 1000000,
"normalize": true
}