raduv98 commited on
Commit
3061a32
·
verified ·
1 Parent(s): 2d70065

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -17,6 +17,10 @@
17
  "num_attention_heads": 16,
18
  "num_hidden_layers": 28,
19
  "num_key_value_heads": 8,
 
 
 
 
20
  "rms_norm_eps": 1e-06,
21
  "rope_scaling": null,
22
  "rope_theta": 1000000,
 
17
  "num_attention_heads": 16,
18
  "num_hidden_layers": 28,
19
  "num_key_value_heads": 8,
20
+ "rag_config": {
21
+ "embedding_model": "raduv98/MNLP_M3_document_encoder",
22
+ "retriever_type": "dummy"
23
+ },
24
  "rms_norm_eps": 1e-06,
25
  "rope_scaling": null,
26
  "rope_theta": 1000000,