Update config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -3,6 +3,10 @@
|
|
3 |
"AutoModelForCausalLM"
|
4 |
],
|
5 |
"model_type": "qwen",
|
|
|
|
|
|
|
|
|
6 |
"rag_config": {
|
7 |
"retriever_type": "faiss",
|
8 |
"embedding_model": "smikulas/MNLP_M2_document_encoder",
|
|
|
3 |
"AutoModelForCausalLM"
|
4 |
],
|
5 |
"model_type": "qwen",
|
6 |
+
"auto_map": {
|
7 |
+
"AutoModelForCausalLM": "modeling_qwen.QWenLMHeadModel",
|
8 |
+
"AutoTokenizer": "tokenization_qwen.QWenTokenizer"
|
9 |
+
},
|
10 |
"rag_config": {
|
11 |
"retriever_type": "faiss",
|
12 |
"embedding_model": "smikulas/MNLP_M2_document_encoder",
|