fix whisper prompt
This commit is contained in:
parent
b263661b9f
commit
a782c7e20d
1 changed files with 5 additions and 9 deletions
|
|
@ -23,16 +23,12 @@ logger = logging.getLogger(__name__)
|
|||
DEFAULT_MODEL = "medium"
|
||||
|
||||
# Подсказка для Whisper — описывает формат ответов ученика.
|
||||
# Критически важна для правильного распознавания "one/two/three" как цифр
|
||||
# и "A equals 3" как ответа на задание 1.
|
||||
WHISPER_PROMPT = (
|
||||
"Student answers to EGE English listening exam. "
|
||||
"Task one matching: speaker A answer three, speaker B answer one, "
|
||||
"speaker C answer five, speaker D answer seven, speaker E answer two, speaker F answer four. "
|
||||
"Tasks two through nine True False Not Stated: "
|
||||
"task two true, task three false, task four not stated. "
|
||||
"Tasks ten through eighteen multiple choice one two or three: "
|
||||
"task ten two, task eleven one, task twelve three."
|
||||
"Student answers to EGE English speaking exam. "
|
||||
"Task one: read aloud. "
|
||||
"Task two: ask five direct questions. "
|
||||
"Task three: describe a photo. "
|
||||
"Task four: compare two photos."
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue