tathagataraha commited on
Commit
5a7f217
·
1 Parent(s): c63935d

[FIX] Logo

Browse files
Files changed (2) hide show
  1. src/about.py +2 -2
  2. src/submission/submit.py +2 -0
src/about.py CHANGED
@@ -48,8 +48,8 @@ NUM_FEWSHOT = 0 # Change with your few shot
48
 
49
  # Your leaderboard name
50
  TITLE = """""" #<h1 align="center" id="space-title"> NER Leaderboard</h1>"""
51
- LOGO = """<img src="https://equalengineers.com/wp-content/uploads/2024/04/dummy-logo-5b.png" alt="Clinical X HF" width="500" height="333">"""
52
- # LOGO = """<img src="https://huggingface.co/spaces/m42-health/clinical_ner_leaderboard/resolve/main/assets/image.png" alt="Clinical X HF" width="500" height="333">"""
53
 
54
  # What does your leaderboard evaluate?
55
  INTRODUCTION_TEXT = """
 
48
 
49
  # Your leaderboard name
50
  TITLE = """""" #<h1 align="center" id="space-title"> NER Leaderboard</h1>"""
51
+ # LOGO = """<img src="https://equalengineers.com/wp-content/uploads/2024/04/dummy-logo-5b.png" alt="Clinical X HF" width="500" height="333">"""
52
+ LOGO = """<img src="https://huggingface.co/spaces/m42-health/MEDIC-Benchmark/resolve/main/assets/image.png" alt="Clinical X HF" width="500" height="333">"""
53
 
54
  # What does your leaderboard evaluate?
55
  INTRODUCTION_TEXT = """
src/submission/submit.py CHANGED
@@ -133,6 +133,8 @@ def add_new_eval(
133
  "revision": revision,
134
  "precision": precision,
135
  "weight_type": weight_type,
 
 
136
  "status": "PENDING",
137
  "submitted_time": current_time,
138
  "model_type": model_type,
 
133
  "revision": revision,
134
  "precision": precision,
135
  "weight_type": weight_type,
136
+ # "is_domain_specific": domain_specific,
137
+ # "use_chat_template": chat_template,
138
  "status": "PENDING",
139
  "submitted_time": current_time,
140
  "model_type": model_type,