Update config.json
Browse files- config.json +5 -1
config.json
CHANGED
|
@@ -26,5 +26,9 @@
|
|
| 26 |
"transformers_version": "4.51.3",
|
| 27 |
"use_cache": true,
|
| 28 |
"use_sliding_window": false,
|
| 29 |
-
"vocab_size": 151936
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
}
|
|
|
|
| 26 |
"transformers_version": "4.51.3",
|
| 27 |
"use_cache": true,
|
| 28 |
"use_sliding_window": false,
|
| 29 |
+
"vocab_size": 151936,
|
| 30 |
+
"rag_config": {
|
| 31 |
+
"retriever_type": "dummy",
|
| 32 |
+
"embedding_model": "raduv98/MNLP_M2_document_encoder"
|
| 33 |
+
}
|
| 34 |
}
|