Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nevikw39
/
specificity
like
0
Runtime error
App
Files
Files
Community
71e2b17
specificity
/
tests.py
nevikw39
implement specificity
dc76a90
about 1 year ago
raw
Copy download link
history
blame
Safe
147 Bytes
test_cases = [
{
"predictions"
: [
0
,
0
,
1
,
1
,
1
],
"references"
: [
0
,
1
,
0
,
1
,
1
],
"result"
: {
"specificity"
:
0.5
}
},
]