jonathanjordan21 commited on
Commit
cda58fe
1 Parent(s): 7baecd8

Update constants/models.py

Browse files
Files changed (1) hide show
  1. constants/models.py +1 -1
constants/models.py CHANGED
@@ -36,7 +36,7 @@ STOP_SEQUENCES_MAP = {
36
  # https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/tokenizer_config.json#L30
37
  "Qwen2-72B": "<|im_end|>",
38
  "Qwen2-7B-Instruct": "<|im_end|>",
39
- "Qwen/Qwen2-1.5B-Instruct": "<|im_end|>",
40
 
41
  "llama3-8b" : "<|eot_id|>"
42
  }
 
36
  # https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/tokenizer_config.json#L30
37
  "Qwen2-72B": "<|im_end|>",
38
  "Qwen2-7B-Instruct": "<|im_end|>",
39
+ "Qwen2-1.5B-Instruct": "<|im_end|>",
40
 
41
  "llama3-8b" : "<|eot_id|>"
42
  }