Update README.md
Browse files
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 |
|