suehyunpark commited on
Commit
e29438d
·
verified ·
1 Parent(s): 38808ce

Update README.md

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