update model name
Browse files
README.md
CHANGED
@@ -75,8 +75,8 @@ The weights for ALLaM model checkpoints can be accessed via [HuggingFace transfo
|
|
75 |
|
76 |
```python
|
77 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
78 |
-
allam_model = AutoModelForCausalLM.from_pretrained("ALLaM-
|
79 |
-
tokenizer = AutoTokenizer.from_pretrained("ALLaM-
|
80 |
messages=[
|
81 |
{"role": "user", "content": "كيف أجهز كوب شاهي؟"},
|
82 |
]
|
|
|
75 |
|
76 |
```python
|
77 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
78 |
+
allam_model = AutoModelForCausalLM.from_pretrained("ALLaM-AI/ALLaM-7B-Instruct-preview")
|
79 |
+
tokenizer = AutoTokenizer.from_pretrained("ALLaM-AI/ALLaM-7B-Instruct-preview")
|
80 |
messages=[
|
81 |
{"role": "user", "content": "كيف أجهز كوب شاهي؟"},
|
82 |
]
|