wadood commited on
Commit
9524de9
2 Parent(s): 0c2f99e b6d661b

Merge branch 'main' of https://huggingface.co./spaces/m42-health/clinical_ner_leaderboard into main

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. src/about.py +1 -0
app.py CHANGED
@@ -83,7 +83,7 @@ token_based_types_leaderboard_df = token_based_types_original_df.copy()
83
 
84
 
85
  def update_df(evaluation_metric, shown_columns, subset="datasets"):
86
- # print(evaluation_metric)
87
 
88
  if subset == "datasets":
89
  match evaluation_metric:
 
83
 
84
 
85
  def update_df(evaluation_metric, shown_columns, subset="datasets"):
86
+ print(evaluation_metric)
87
 
88
  if subset == "datasets":
89
  match evaluation_metric:
src/about.py CHANGED
@@ -184,6 +184,7 @@ The above datasets are modified to cater to the clinical setting. For this, the
184
  | Gene | 1180 |
185
  | Gene Variant | 241 |
186
 
 
187
  """
188
 
189
  ENTITY_DISTRIBUTION_IMG = """<img src="file/assets/entity_distribution.png" alt="Clinical X HF" width="750" height="500">"""
 
184
  | Gene | 1180 |
185
  | Gene Variant | 241 |
186
 
187
+
188
  """
189
 
190
  ENTITY_DISTRIBUTION_IMG = """<img src="file/assets/entity_distribution.png" alt="Clinical X HF" width="750" height="500">"""