Spaces:
Sleeping
Sleeping
Update constants/models.py
Browse files- constants/models.py +1 -0
constants/models.py
CHANGED
@@ -29,6 +29,7 @@ STOP_SEQUENCES_MAP = {
|
|
29 |
"gemma-7b": "<eos>",
|
30 |
"openchat-3.5": "<|end_of_turn|>",
|
31 |
"command-r-plus": "<|END_OF_TURN_TOKEN|>",
|
|
|
32 |
"Qwen2-72B-Instruct": "<|im_end|>",
|
33 |
}
|
34 |
|
|
|
29 |
"gemma-7b": "<eos>",
|
30 |
"openchat-3.5": "<|end_of_turn|>",
|
31 |
"command-r-plus": "<|END_OF_TURN_TOKEN|>",
|
32 |
+
# https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/tokenizer_config.json#L30
|
33 |
"Qwen2-72B-Instruct": "<|im_end|>",
|
34 |
}
|
35 |
|