leslyarun commited on
Commit
a0faab1
·
1 Parent(s): 4b1329a

Update fbeta_score.py

Browse files
Files changed (1) hide show
  1. fbeta_score.py +1 -1
fbeta_score.py CHANGED
@@ -85,7 +85,7 @@ 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
+ 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