Spaces:
Runtime error
Runtime error
Update fbeta_score.py
Browse files- fbeta_score.py +0 -1
fbeta_score.py
CHANGED
@@ -85,7 +85,6 @@ class F_Beta(evaluate.Metric):
|
|
85 |
'predictions': datasets.Value('int32'),
|
86 |
'references': datasets.Value('int32')
|
87 |
}),
|
88 |
-
beta: datasets.Value('float32')
|
89 |
# Homepage of the module for documentation
|
90 |
homepage="https://huggingface.co/spaces/leslyarun/fbeta_score",
|
91 |
# Additional links to the codebase or references
|
|
|
85 |
'predictions': datasets.Value('int32'),
|
86 |
'references': datasets.Value('int32')
|
87 |
}),
|
|
|
88 |
# Homepage of the module for documentation
|
89 |
homepage="https://huggingface.co/spaces/leslyarun/fbeta_score",
|
90 |
# Additional links to the codebase or references
|