Automatic Speech Recognition
Transformers
Safetensors
meralion2
meralion
meralion-2
custom_code
YingxuHe commited on
Commit
63a6253
·
verified ·
1 Parent(s): 04a3a49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 the speech")
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