suehyunpark commited on
Commit
fd55759
1 Parent(s): 6e36f5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ Janus is a model generalized for various system messages, allowing users to cont
49
  [INST]{system_message}\n{instruction}[/INST]
50
  ```
51
  Additionally, an example of the inference code applying this is as follows:
52
- ```
53
  from transformers import AutoTokenizer, AutoModelForCausalLM
54
  import torch
55
 
 
49
  [INST]{system_message}\n{instruction}[/INST]
50
  ```
51
  Additionally, an example of the inference code applying this is as follows:
52
+ ```python
53
  from transformers import AutoTokenizer, AutoModelForCausalLM
54
  import torch
55