Update README.md
Browse files
README.md
CHANGED
@@ -548,7 +548,7 @@ It is generally recommended to follow this template, i.e., replace `<TextHere>`
|
|
548 |
```python
|
549 |
prompt_template = "Instruction: {query} \nFollow the text instruction based on the following audio: <SpeechHere>"
|
550 |
|
551 |
-
transcription_prompt = prompt_template.format(query="Please transcribe
|
552 |
translation_prompt = prompt_template.format(query="Please translate the speech into xxx")
|
553 |
```
|
554 |
|
|
|
548 |
```python
|
549 |
prompt_template = "Instruction: {query} \nFollow the text instruction based on the following audio: <SpeechHere>"
|
550 |
|
551 |
+
transcription_prompt = prompt_template.format(query="Please transcribe this speech.")
|
552 |
translation_prompt = prompt_template.format(query="Please translate the speech into xxx")
|
553 |
```
|
554 |
|