laiviet commited on
Commit
cae7a54
1 Parent(s): 3c85a39

Fix URL to https://github.com/laiviet/lm-evaluation-harness

Browse files
Files changed (1) hide show
  1. content.py +2 -2
content.py CHANGED
@@ -24,8 +24,8 @@ The evaluation data was translated into these languages using ChatGPT (gpt-35-tu
24
 
25
  HOW_TO = f"""
26
  ## How to list your model performance on this leaderboard:
27
-
28
- Run the evaluation of your model using this repo: [https://github.com/laiviet/lm-evaluation-harness](https://github.com/laiviet/lm-evaluation-harness).
29
 
30
  And then, push the evaluation log and make a pull request.
31
  """
 
24
 
25
  HOW_TO = f"""
26
  ## How to list your model performance on this leaderboard:
27
+ <a
28
+ Run the evaluation of your model using this repo: <a href="https://github.com/laiviet/lm-evaluation-harness" target="_blank">https://github.com/laiviet/lm-evaluation-harness</a>.
29
 
30
  And then, push the evaluation log and make a pull request.
31
  """