YashJain commited on
Commit
eb04d2c
·
verified ·
1 Parent(s): 0e79302

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -25,7 +25,7 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
25
  device = "cuda" # the device to load the model onto
26
 
27
  model = AutoModelForCausalLM.from_pretrained(
28
- "Qwen/Qwen2-0.5B-Instruct",
29
  torch_dtype="auto",
30
  device_map="auto"
31
  )
 
25
  device = "cuda" # the device to load the model onto
26
 
27
  model = AutoModelForCausalLM.from_pretrained(
28
+ "YashJain/GitAI-Qwen2-0.5B-Instruct",
29
  torch_dtype="auto",
30
  device_map="auto"
31
  )