route_hf_embeddings / config.json
MadisonEvans's picture
Upload config.json
0e7ed8e verified
raw
history blame contribute delete
455 Bytes
{
"architectures": [
"MFModel_Train"
],
"model_type": "matrix_factorization",
"num_models": 2,
"num_prompts": 109101,
"dim": 128,
"text_dim": 384,
"use_proj": true,
"npy_path": "prompt_embeddings.npy",
"hidden_act": "gelu",
"initializer_range": 0.02,
"vocab_size": null,
"max_position_embeddings": null,
"layer_norm_eps": 1e-12,
"use_cache": false,
"num_labels": 1,
"classifier_dropout": 0.1
}