John Graham Reynolds
commited on
Commit
β’
6fdccff
1
Parent(s):
9230b05
more test fixes
Browse files
app.py
CHANGED
@@ -9,11 +9,13 @@ title = "'Combine' multiple metrics with this π€ Evaluate πͺ² Fix!"
|
|
9 |
description = """<p style='text-align: center'>
|
10 |
As I introduce myself to the entirety of the π€ ecosystem, I've put together this space to show off a workaround for a current πͺ² in the π€ Evaluate library. \n
|
11 |
|
12 |
-
|
13 |
'evaluate.combine()' multiple metrics related to multilabel text classification. Particularly, one cannot 'combine()' the f1, precision, and recall scores for \
|
14 |
evaluation. I encountered this issue specifically while training [RoBERTa-base-DReiFT](https://huggingface.co/MarioBarbeque/RoBERTa-base-DReiFT) for multilabel \
|
15 |
text classification of 805 labeled medical conditions based on drug reviews for treatment received for the same underlying conditio. Use the space below for \
|
16 |
-
a preview of the workaround!
|
|
|
|
|
17 |
|
18 |
|
19 |
"""
|
|
|
9 |
description = """<p style='text-align: center'>
|
10 |
As I introduce myself to the entirety of the π€ ecosystem, I've put together this space to show off a workaround for a current πͺ² in the π€ Evaluate library. \n
|
11 |
|
12 |
+
Check out the original, longstanding issue [here](https://github.com/huggingface/evaluate/issues/234). This details how it is currently impossible to \
|
13 |
'evaluate.combine()' multiple metrics related to multilabel text classification. Particularly, one cannot 'combine()' the f1, precision, and recall scores for \
|
14 |
evaluation. I encountered this issue specifically while training [RoBERTa-base-DReiFT](https://huggingface.co/MarioBarbeque/RoBERTa-base-DReiFT) for multilabel \
|
15 |
text classification of 805 labeled medical conditions based on drug reviews for treatment received for the same underlying conditio. Use the space below for \
|
16 |
+
a preview of the workaround! \n
|
17 |
+
|
18 |
+
Try to use \t to write some code? \t or how does that work? </p>
|
19 |
|
20 |
|
21 |
"""
|