Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,7 @@ INSTRUCTION_TEMPLATE = """
|
|
63 |
Solve the above problem efficiently and clearly. The last line of your response should be of the following format: 'Therefore, the final answer is: $\\boxed{{ANSWER}}$. I hope it is correct' (without quotes) where ANSWER is just the final number or expression that solves the problem. Think step by step before answering.
|
64 |
""".strip()
|
65 |
|
66 |
-
model_name = "
|
67 |
|
68 |
model = AutoModelForCausalLM.from_pretrained(
|
69 |
model_name,
|
|
|
63 |
Solve the above problem efficiently and clearly. The last line of your response should be of the following format: 'Therefore, the final answer is: $\\boxed{{ANSWER}}$. I hope it is correct' (without quotes) where ANSWER is just the final number or expression that solves the problem. Think step by step before answering.
|
64 |
""".strip()
|
65 |
|
66 |
+
model_name = "PKU-ML/G1-7B"
|
67 |
|
68 |
model = AutoModelForCausalLM.from_pretrained(
|
69 |
model_name,
|