shamz15531 commited on
Commit
13375ca
·
1 Parent(s): cd25d05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ Fanar is compatible with the Hugging Face `transformers` library (≥ v4.40.0).
59
  ```python
60
  from transformers import AutoTokenizer, AutoModelForCausalLM
61
 
62
- model_name = "your-org/Fanar-1-9B-Instruct" # replace with actual HF repo
63
 
64
  tokenizer = AutoTokenizer.from_pretrained(model_name)
65
  model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto")
 
59
  ```python
60
  from transformers import AutoTokenizer, AutoModelForCausalLM
61
 
62
+ model_name = "QCRI/Fanar-1-9B-Instruct"
63
 
64
  tokenizer = AutoTokenizer.from_pretrained(model_name)
65
  model = AutoModelForCausalLM.from_pretrained(model_name, device_map="auto")