madison-evans commited on
Commit
f453597
·
verified ·
1 Parent(s): e17b16a

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MFModel"
4
+ ],
5
+ "model_type": "matrix_factorization",
6
+ "dim": 128,
7
+ "num_models": 64,
8
+ "text_dim": 768,
9
+ "num_classes": 1,
10
+ "use_proj": true,
11
+ "use_openai_embeddings": false,
12
+ "embedding_model_name": "intfloat/e5-base-v2"
13
+ }