Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -28,7 +28,7 @@
|
|
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":[
|
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",
|
|
|
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",
|