ycy commited on
Commit
6fb8a97
·
1 Parent(s): d8622a7
Files changed (2) hide show
  1. src/about.py +1 -7
  2. src/envs.py +1 -1
src/about.py CHANGED
@@ -28,7 +28,7 @@ INTRODUCTION_TEXT = """
28
  Intro text
29
  """
30
 
31
- # Which evaluations are you running? how can people reproduce what you have?
32
  LLM_BENCHMARKS_TEXT = f"""
33
  <h2 style="color: #2c3e50;"> Why Leaderboard? </h2>
34
  <h2 style="color: #2c3e50;">How it works</h2>
@@ -38,13 +38,7 @@ LLM_BENCHMARKS_TEXT = f"""
38
  To reproduce our results, here is the commands you can run:
39
 
40
  """
41
- LLM_BENCHMARKS_DETAILS = f"""
42
- Datasets
43
 
44
-
45
- Metrics
46
-
47
- """
48
  EVALUATION_QUEUE_TEXT = """
49
  ## Some good practices before submitting a model
50
 
 
28
  Intro text
29
  """
30
 
31
+ #TODO About
32
  LLM_BENCHMARKS_TEXT = f"""
33
  <h2 style="color: #2c3e50;"> Why Leaderboard? </h2>
34
  <h2 style="color: #2c3e50;">How it works</h2>
 
38
  To reproduce our results, here is the commands you can run:
39
 
40
  """
 
 
41
 
 
 
 
 
42
  EVALUATION_QUEUE_TEXT = """
43
  ## Some good practices before submitting a model
44
 
src/envs.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import HfApi
6
  # ----------------------------------
7
  TOKEN = os.environ.get("HF_TOKEN") # A read/write token for your org
8
 
9
- OWNER = "demo-leaderboard-backend" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11
 
12
  REPO_ID = f"{OWNER}/leaderboard"
 
6
  # ----------------------------------
7
  TOKEN = os.environ.get("HF_TOKEN") # A read/write token for your org
8
 
9
+ OWNER = "penlifescienceai" # Change to your org - don't forget to create a results and request dataset, with the correct format!
10
  # ----------------------------------
11
 
12
  REPO_ID = f"{OWNER}/leaderboard"