John Graham Reynolds commited on
Commit
6fdccff
β€’
1 Parent(s): 9230b05

more test fixes

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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
- \tCheck 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! </p>
 
 
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
  """