Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ The core of the process involves formatting the input text into a specific promp
|
|
| 42 |
The prompt template is:
|
| 43 |
|
| 44 |
```python
|
| 45 |
-
"Human: Please translate the following text into {target_language}: \n{source_text}
|
| 46 |
```
|
| 47 |
|
| 48 |
Here is a complete Python example:
|
|
|
|
| 42 |
The prompt template is:
|
| 43 |
|
| 44 |
```python
|
| 45 |
+
"Human: Please translate the following text into {target_language}: \n{source_text}<|im_end|>\nAssistant:"
|
| 46 |
```
|
| 47 |
|
| 48 |
Here is a complete Python example:
|