Spaces:
Running
Running
evaluate-bot
commited on
Commit
•
aa6eb9e
1
Parent(s):
c5e8353
Update Space (evaluate main: 8dfe0578)
Browse files- README.md +1 -1
- 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
|
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@
|
2 |
scikit-learn
|
|
|
1 |
+
git+https://github.com/huggingface/evaluate@8dfe05784099fb9af55b8e77793205a3b7c86465
|
2 |
scikit-learn
|