webAI-ColVec1-9b / config.json
psamal's picture
Upload folder using huggingface_hub
13f969b verified
raw
history blame contribute delete
391 Bytes
{
"architectures": [
"ColVec1"
],
"auto_map": {
"AutoConfig": "configuration_colvec1.ColVec1Config",
"AutoModel": "model.ColVec1"
},
"base_model_name_or_path": "Qwen/Qwen3.5-9B",
"dtype": "bfloat16",
"embed_dim": 2560,
"initializer_range": 0.02,
"model_type": "colvec1",
"padding_side": "left",
"text_hidden_size": 4096,
"transformers_version": "5.3.0"
}