RangiLyu commited on
Commit
bd303f6
1 Parent(s): 550f372

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ It also replaces the 354 token `\u0000` with an emoji so that it can be converte
24
  ```
25
 
26
  - Apply chatml template
27
- ```
28
  chat = [{"role": "user", "content": "Hello! What's your name?"},
29
  {"role": "assistant", "content": "My name is InternLM2!"}]
30
 
 
24
  ```
25
 
26
  - Apply chatml template
27
+ ```python
28
  chat = [{"role": "user", "content": "Hello! What's your name?"},
29
  {"role": "assistant", "content": "My name is InternLM2!"}]
30