Update README.md
Browse files
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
|
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)
|