evaluate-bot commited on
Commit
aa6eb9e
1 Parent(s): c5e8353

Update Space (evaluate main: 8dfe0578)

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ At minimum, this metric requires predictions and references as inputs.
54
 
55
 
56
  ### Output Values
57
- - **accuracy**(`float` or `int`): Accuracy score. Minimum possible value is 0. Maximum possible value is 1.0, or the number of examples input, if `normalize` is set to `True`.. A higher score means higher accuracy.
58
 
59
  Output Example(s):
60
  ```python
54
 
55
 
56
  ### Output Values
57
+ - **accuracy**(`float` or `int`): Accuracy score. Minimum possible value is 0. Maximum possible value is 1.0, or the number of examples input, if `normalize` is set to `True`. A higher score means higher accuracy.
58
 
59
  Output Example(s):
60
  ```python
requirements.txt CHANGED
@@ -1,2 +1,2 @@
1
- git+https://github.com/huggingface/evaluate@dfbbf15ae66a4eb1053be6bb09d8bfa6573f7304
2
  scikit-learn
1
+ git+https://github.com/huggingface/evaluate@8dfe05784099fb9af55b8e77793205a3b7c86465
2
  scikit-learn