aminabbasi
commited on
Commit
•
4708344
1
Parent(s):
07d2745
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ To integrate PersianLLaMA into your project, follow these steps:
|
|
30 |
```python
|
31 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
32 |
|
33 |
-
model_name = "ViraIntelligentDataMining/PersianLLaMA-
|
34 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
35 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
36 |
|
|
|
30 |
```python
|
31 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
32 |
|
33 |
+
model_name = "ViraIntelligentDataMining/PersianLLaMA-13B"
|
34 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
35 |
model = AutoModelForCausalLM.from_pretrained(model_name)
|
36 |
|