AxionLab-official commited on
Commit
6fc72ef
·
verified ·
1 Parent(s): cf95d44

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -57,7 +57,7 @@ ingssy s and and
57
 
58
  ## Get Started 🚀
59
 
60
- ``python
61
  print("[*] Loading libraries...")
62
  import torch
63
  from transformers import LlamaForCausalLM, PreTrainedTokenizerFast
@@ -90,7 +90,7 @@ with torch.no_grad():
90
  )
91
 
92
  print("[*] Output:", tokenizer.decode(outputs[0], skip_special_tokens=True))
93
- ``
94
 
95
 
96
  **🚫What the model CAN'T do:**
 
57
 
58
  ## Get Started 🚀
59
 
60
+ ´´python
61
  print("[*] Loading libraries...")
62
  import torch
63
  from transformers import LlamaForCausalLM, PreTrainedTokenizerFast
 
90
  )
91
 
92
  print("[*] Output:", tokenizer.decode(outputs[0], skip_special_tokens=True))
93
+ ´´
94
 
95
 
96
  **🚫What the model CAN'T do:**