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