mjdousti commited on
Commit
dd07a7b
1 Parent(s): 81dad0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ It also attains performance comparable to GPT-3.5-turbo in a Persian reading com
43
  ## How to Get Started with the Model
44
 
45
  Use the code below to get started with the model.
46
- Note that you need to install <code><b>sentencepiece</b></code> and <code><b>accelerate</b></code> libraries along with <code><b>Pytorch</b></code> and <code><b>🤗Transformers</b></code> to run this code.
47
 
48
  ```python
49
  from transformers import LlamaTokenizer, LlamaForCausalLM
 
43
  ## How to Get Started with the Model
44
 
45
  Use the code below to get started with the model.
46
+ Note that you need to install <code><b>sentencepiece</b></code> and <code><b>accelerate</b></code> libraries along with <code><b>PyTorch</b></code> and <code><b>🤗Transformers</b></code> to run this code.
47
 
48
  ```python
49
  from transformers import LlamaTokenizer, LlamaForCausalLM