doberst commited on
Commit
040b5ea
1 Parent(s): e920789

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -27,6 +27,7 @@
27
  "vocab_size": 32000,
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",
 
27
  "vocab_size": 32000,
28
  "prompt_wrapper": "human_bot",
29
  "prompt_format": "<human> {context_passage} \n {question} \n<bot>:",
30
+ "prompt_format_dict": {"main_start": "<human>: ", "main_stop": "\n", "start_llm_response": "<bot>:"},
31
  "tokenizer_local": "tokenizer_tl.json",
32
  "tokenizer_config": {"bos_id":[1], "bos_token":["<s>"], "eos_id":[2],"eos_token":["</s>"]},
33
  "model_parent": "llmware/bling-tiny-llama-v0",