John Graham Reynolds commited on
Commit
601b8ff
·
1 Parent(s): 967d223
Files changed (1) hide show
  1. app.py +1 -1
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 `F1Fixed` metric, one writes the following:\n
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=...)