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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,9 +29,9 @@ model = AutoModelForCausalLM.from_pretrained(
29
  torch_dtype="auto",
30
  device_map="auto"
31
  )
32
- tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2-0.5B-Instruct")
33
 
34
- prompt = "Give me a short introduction to large language model."
35
  messages = [
36
  {"role": "system", "content": "You are a helpful assistant."},
37
  {"role": "user", "content": prompt}
 
29
  torch_dtype="auto",
30
  device_map="auto"
31
  )
32
+ tokenizer = AutoTokenizer.from_pretrained("YashJain/GitAI-Qwen2-0.5B-Instruct")
33
 
34
+ prompt = "How to undo my last commit"
35
  messages = [
36
  {"role": "system", "content": "You are a helpful assistant."},
37
  {"role": "user", "content": prompt}