routellm-e5-base-v2 / config.json
cicdatopea's picture
Upload folder using huggingface_hub
622280c verified
raw
history blame contribute delete
259 Bytes
{
"architectures": [
"MFModel"
],
"model_type": "matrix_factorization",
"dim": 128,
"num_models": 64,
"text_dim": 768,
"num_classes": 1,
"use_proj": true,
"use_openai_embeddings": false,
"embedding_model_name": "intfloat/e5-base-v2"
}