We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 038ebcf commit 1926467Copy full SHA for 1926467
src/alpaca_eval/models_configs/internlm2-chat-20b-ppo/configs.yaml
@@ -10,6 +10,6 @@ internlm2-chat-20b-ppo:
10
max_new_tokens: 2048
11
batch_size: 32
12
eos_token_id: 92542
13
- remove_ending: "[UNUSED_TOKEN_145]"
+ remove_ending: "<|im_end|>"
14
pretty_name: "InternLM2 Chat 20B"
15
link: "https://huggingface.co/internlm/internlm2-chat-20b"
src/alpaca_eval/models_configs/internlm2-chat-20b-ppo/prompt.txt
@@ -1,3 +1,3 @@
1
-[UNUSED_TOKEN_146]user
2
-{instruction}[UNUSED_TOKEN_145]
3
-[UNUSED_TOKEN_146]assistant
+<|im_start|>user
+{instruction}<|im_end|>
+<|im_start|>assistant
0 commit comments