Update README.md
Browse files
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("
|
33 |
|
34 |
-
prompt = "
|
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}
|