M2V_base_glove_subword / config.json
Pringled's picture
Update config.json
5f4f5ca verified
raw
history blame contribute delete
239 Bytes
{
"model_type": "model2vec",
"architectures": ["StaticModel"],
"tokenizer_name": "BAAI/bge-base-en-v1.5",
"apply_pca": 256,
"apply_zipf": true,
"normalize": false,
"hidden_dim": 256,
"seq_length": 1000000
}