Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
bdsaglam
/
musique
like
0
Runtime error
App
Files
Files
Community
main
musique
/
tests.py
bdsaglam
add musique metric
898eb24
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
225 Bytes
test_cases = [
{
"predictions"
: [
"New York City"
,
"Albert Einstein"
],
"references"
: [[
"New York City"
,
"NYC"
], [
"Einstein"
,
"Albert Einstein"
]],
"result"
: {
"exact_match"
:
1.0
,
"f1"
:
1.0
},
},
]