Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -35,7 +35,7 @@
|
|
35 |
"prompt_format": "<human> {context_passage} \n {question} \n<bot>:",
|
36 |
"prompt_format_dict": {"main_start": "<human>: ", "main_stop": "\n", "start_llm_response": "<bot>:"},
|
37 |
"tokenizer_local": "tokenizer_phi3.json",
|
38 |
-
"tokenizer_config": {"bos_id": [1], "bos_token": ["<s>"], "eos_id": [32000,32001,32007], "eos_token": ["<|endoftext|>","<|assistant|>","<|end|>"},
|
39 |
"model_parent": "llmware/bling-phi-3",
|
40 |
"description": "Fact-based question-answering model from llmware - finetuned on phi-3 - 3.8b parameter base",
|
41 |
"quantization": "int4",
|
|
|
35 |
"prompt_format": "<human> {context_passage} \n {question} \n<bot>:",
|
36 |
"prompt_format_dict": {"main_start": "<human>: ", "main_stop": "\n", "start_llm_response": "<bot>:"},
|
37 |
"tokenizer_local": "tokenizer_phi3.json",
|
38 |
+
"tokenizer_config": {"bos_id": [1], "bos_token": ["<s>"], "eos_id": [32000,32001,32007], "eos_token": ["<|endoftext|>","<|assistant|>","<|end|>"]},
|
39 |
"model_parent": "llmware/bling-phi-3",
|
40 |
"description": "Fact-based question-answering model from llmware - finetuned on phi-3 - 3.8b parameter base",
|
41 |
"quantization": "int4",
|