update docs

pull/634/head
liukuikun 2024-01-19 12:11:06 +08:00
parent 1182cbbb16
commit b209c89e0d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ Currently, the InternLM2-Chat model's vocabulary maintains the following mapping
- `<|im_start|>`: Start token for each role's dialogue, the token ID is **92543**
- `<|im_end|>`: End token for each role's dialogue, the token ID is **92542**
- `<|action_start|>`: Start token for invoking external plugins, the token ID is **92541**
- `<|action_start|>`: Start token for invoking external tools, like interpreter or plugin, the token ID is **92541**
- `<|action_end|>`: End token for invoking external plugins, the token ID is **92540**
- `<|interpreter|>`: Code interpreter, the token ID is **92539**
- `<|plugin|>`: External plugins, regular tools, the token ID is **92538**