Aditya685 commited on
Commit
fbaf750
1 Parent(s): 65cfa32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -34,7 +34,7 @@ import transformers
34
  import torch
35
 
36
  model = "Aditya685/UpshotLlama-3-8B"
37
- messages = [{"role": "user", "content": "Given the equation 4x + 7 = 55". Find the value of x}]
38
 
39
  tokenizer = AutoTokenizer.from_pretrained(model)
40
  prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
 
34
  import torch
35
 
36
  model = "Aditya685/UpshotLlama-3-8B"
37
+ messages = [{"role": "user", "content": "Given the equation 4x + 7 = 55. Find the value of x"}]
38
 
39
  tokenizer = AutoTokenizer.from_pretrained(model)
40
  prompt = tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)