PKU-ML commited on
Commit
82dbdb2
·
verified ·
1 Parent(s): aecfad2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 = "/mnt/dolphinfs/hdd_pool/docker/user/hadoop-mtsearch-assistant/guoxiaojun07/models/Qwen2.5-7B-Instruct"
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,