Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -28,6 +28,7 @@
|
|
28 |
"prompt_wrapper": "human_bot",
|
29 |
"prompt_format": "<human> {context_passage} \n {question} \n<bot>:",
|
30 |
"tokenizer_local": "tokenizer_tl.json",
|
|
|
31 |
"model_parent": "llmware/bling-tiny-llama-v0",
|
32 |
"description": "Fact-based question-answering model from llmware - finetuned on tiny-llama - 1.1 parameter base",
|
33 |
"quantization": "int4",
|
|
|
28 |
"prompt_wrapper": "human_bot",
|
29 |
"prompt_format": "<human> {context_passage} \n {question} \n<bot>:",
|
30 |
"tokenizer_local": "tokenizer_tl.json",
|
31 |
+
"tokenizer_config": {"bos_id":[1], "bos_token":['<s>'], "eos_id":[2],"eos_token":['</s>']},
|
32 |
"model_parent": "llmware/bling-tiny-llama-v0",
|
33 |
"description": "Fact-based question-answering model from llmware - finetuned on tiny-llama - 1.1 parameter base",
|
34 |
"quantization": "int4",
|