Update README.md
Browse files
README.md
CHANGED
|
@@ -91,7 +91,7 @@ vllm serve zhuyaoyu/CodeV-R1-Distill-Qwen-7B --tensor-parallel-size 2 --max-mode
|
|
| 91 |
During training and evaluation, we use a system prompt
|
| 92 |
|
| 93 |
```
|
| 94 |
-
You are a helpful assistant. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and<answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>. Now the user asks you to write verilog code. After thinking, when you finally reach a conclusion, enclose the final verilog code in ```verilog ``` within <answer> </answer> tags. i.e., <answer> ```verilog\n module top_module(
|
| 95 |
```
|
| 96 |
|
| 97 |
It is recommended to use this prompt.
|
|
|
|
| 91 |
During training and evaluation, we use a system prompt
|
| 92 |
|
| 93 |
```
|
| 94 |
+
You are a helpful assistant. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer. The reasoning process and answer are enclosed within <think> </think> and<answer> </answer> tags, respectively, i.e., <think> reasoning process here </think><answer> answer here </answer>. Now the user asks you to write verilog code. After thinking, when you finally reach a conclusion, enclose the final verilog code in ```verilog ``` within <answer> </answer> tags. i.e., <answer> ```verilog\n module top_module(in, out, ...) ... ``` </answer>.\n
|
| 95 |
```
|
| 96 |
|
| 97 |
It is recommended to use this prompt.
|