Spaces:
Sleeping
Sleeping
John Graham Reynolds
commited on
Commit
·
601b8ff
1
Parent(s):
967d223
fix typo
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ 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 `
|
16 |
|
17 |
```python
|
18 |
f1 = FixedF1(average=...)
|
|
|
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 `FixedF1` metric, one writes the following:\n
|
16 |
|
17 |
```python
|
18 |
f1 = FixedF1(average=...)
|