add python syntax highlights (#3)
Browse files- add python syntax highlights (6fc9532d65f09ae13b7015e3c4c9f8c8fbee1121)
Co-authored-by: Vatsa Pandey <VatsaDev@users.noreply.huggingface.co>
README.md
CHANGED
@@ -28,7 +28,7 @@ This is the chat model finetuned on [PY007/TinyLlama-1.1B-intermediate-step-240k
|
|
28 |
#### How to use
|
29 |
You will need the transformers>=4.31
|
30 |
Do check the [TinyLlama](https://github.com/jzhang38/TinyLlama) github page for more information.
|
31 |
-
```
|
32 |
from transformers import AutoTokenizer
|
33 |
import transformers
|
34 |
import torch
|
|
|
28 |
#### How to use
|
29 |
You will need the transformers>=4.31
|
30 |
Do check the [TinyLlama](https://github.com/jzhang38/TinyLlama) github page for more information.
|
31 |
+
```python
|
32 |
from transformers import AutoTokenizer
|
33 |
import transformers
|
34 |
import torch
|