Upload config.json
Browse files- config.json +20 -0
config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"MFModel_Train"
|
| 4 |
+
],
|
| 5 |
+
"model_type": "matrix_factorization",
|
| 6 |
+
"num_models": 2,
|
| 7 |
+
"num_prompts": 109101,
|
| 8 |
+
"dim": 128,
|
| 9 |
+
"text_dim": 384,
|
| 10 |
+
"use_proj": true,
|
| 11 |
+
"npy_path": "prompt_embeddings.npy",
|
| 12 |
+
"hidden_act": "gelu",
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"vocab_size": null,
|
| 15 |
+
"max_position_embeddings": null,
|
| 16 |
+
"layer_norm_eps": 1e-12,
|
| 17 |
+
"use_cache": false,
|
| 18 |
+
"num_labels": 1,
|
| 19 |
+
"classifier_dropout": 0.1
|
| 20 |
+
}
|