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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -19,7 +19,7 @@ tags:
19
  - axionlab
20
  library_name: transformers
21
  ---
22
- ## **i'm not releasing yet LH**!
23
 
24
  ## **MicroSupra-1k**
25
 
@@ -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:**
 
19
  - axionlab
20
  library_name: transformers
21
  ---
22
+ ## **i'm not releasing yet LH, if you want(it probably need it) changes, you can change!!!**!
23
 
24
  ## **MicroSupra-1k**
25
 
 
57
 
58
  ## Get Started 🚀
59
 
60
+ ```python3
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:**