sbmaruf commited on
Commit
2575c9a
·
1 Parent(s): 9269184

update model name

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-2-7B-SFT")
79
- tokenizer = AutoTokenizer.from_pretrained("ALLaM-2-7B-SFT")
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
  ]