ctc_eval / tests.py
yzha's picture
update
3a81753
test_cases = [
{
"predictions": 'hi world',
"references": 'hello world',
"result": {"ctc_score": 0.5211202502250671}
}
]