Update README.md
Browse files
README.md
CHANGED
|
@@ -89,7 +89,7 @@ After undergoing 4-bit quantization, the CodeFuse-DeepSeek-33B-4bits model can b
|
|
| 89 |
|
| 90 |
## Inference String Format
|
| 91 |
|
| 92 |
-
The inference string is a concatenated string formed by combining conversation data(system, human and bot contents) in the training data format. It is used as input during the inference process.
|
| 93 |
Here are examples of prompts used to request the model:
|
| 94 |
|
| 95 |
**Multi-Round with System Prompt:**
|
|
|
|
| 89 |
|
| 90 |
## Inference String Format
|
| 91 |
|
| 92 |
+
The inference string is a concatenated string formed by combining conversation data (system, human and bot contents) in the training data format. It is used as input during the inference process.
|
| 93 |
Here are examples of prompts used to request the model:
|
| 94 |
|
| 95 |
**Multi-Round with System Prompt:**
|