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"
|
DEFAULT_MODEL = "medium"
|
||||||
|
|
||||||
# Подсказка для Whisper — описывает формат ответов ученика.
|
# Подсказка для Whisper — описывает формат ответов ученика.
|
||||||
# Критически важна для правильного распознавания "one/two/three" как цифр
|
|
||||||
# и "A equals 3" как ответа на задание 1.
|
|
||||||
WHISPER_PROMPT = (
|
WHISPER_PROMPT = (
|
||||||
"Student answers to EGE English listening exam. "
|
"Student answers to EGE English speaking exam. "
|
||||||
"Task one matching: speaker A answer three, speaker B answer one, "
|
"Task one: read aloud. "
|
||||||
"speaker C answer five, speaker D answer seven, speaker E answer two, speaker F answer four. "
|
"Task two: ask five direct questions. "
|
||||||
"Tasks two through nine True False Not Stated: "
|
"Task three: describe a photo. "
|
||||||
"task two true, task three false, task four not stated. "
|
"Task four: compare two photos."
|
||||||
"Tasks ten through eighteen multiple choice one two or three: "
|
|
||||||
"task ten two, task eleven one, task twelve three."
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue