Spaces:
Sleeping
Sleeping
update description
Browse files
app.py
CHANGED
@@ -8,8 +8,9 @@ from fixed_f1 import FixedF1
|
|
8 |
from pathlib import Path
|
9 |
|
10 |
added_description = """
|
11 |
-
See the 🤗 Space showing off how to combine various metrics
|
12 |
-
[MarioBarbeque/CombinedEvaluationMetrics🪲](https://huggingface.co/spaces/MarioBarbeque/CombinedEvaluationMetrics)
|
|
|
13 |
|
14 |
In the specific use case of the `F1Fixed` metric, one writes the following:\n
|
15 |
|
|
|
8 |
from pathlib import Path
|
9 |
|
10 |
added_description = """
|
11 |
+
See the 🤗 Space showing off how to combine various metrics:
|
12 |
+
[MarioBarbeque/CombinedEvaluationMetrics🪲](https://huggingface.co/spaces/MarioBarbeque/CombinedEvaluationMetrics). This collected fix thereby circumnavigates the
|
13 |
+
original, longstanding issue found [here](https://github.com/huggingface/evaluate/issues/234). We look forward to fixing this in a PR soon.
|
14 |
|
15 |
In the specific use case of the `F1Fixed` metric, one writes the following:\n
|
16 |
|