add python syntax highlights

#3
by VatsaDev - opened
Files changed (1) hide show
  1. README.md +1 -1
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