suehyunpark commited on
Commit
be5f44d
1 Parent(s): 5ee889c

Update README.md

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