Update README.md
Browse files
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 |
|