Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
yzha
/
ctc_eval
like
1
Runtime error
App
Files
Files
Community
1
main
ctc_eval
/
tests.py
yzha
update
3a81753
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
152 Bytes
test_cases = [
{
"predictions"
:
'hi world'
,
"references"
:
'hello world'
,
"result"
: {
"ctc_score"
:
0.5211202502250671
}
}
]