Update src/about.py
Browse files- src/about.py +3 -3
src/about.py
CHANGED
@@ -51,11 +51,11 @@ This leaderboard evaluates language models on <b>ItaEval</b>, a new unified benc
|
|
51 |
Submit your model: [Google Form](https://forms.gle/xpGH66DpVRcCmdcJ6)
|
52 |
|
53 |
Some information:
|
54 |
-
- Unlike other leaderboards you may find online, we do not support automatic evaluation for new model submissions. Currently, we are taking care of running models on the suite. Please
|
55 |
-
- You can find some more details on the
|
56 |
"""
|
57 |
|
58 |
-
ITA_EVAL_REPO = "https://github.com/
|
59 |
|
60 |
# Which evaluations are you running? how can people reproduce what you have?
|
61 |
LLM_BENCHMARKS_TEXT = f"""
|
|
|
51 |
Submit your model: [Google Form](https://forms.gle/xpGH66DpVRcCmdcJ6)
|
52 |
|
53 |
Some information:
|
54 |
+
- Unlike other leaderboards you may find online, we do not support automatic evaluation for new model submissions. Currently, we are taking care of running models on the suite. Please complete the form above to have your model evaluated and included here.
|
55 |
+
- You can find some more details on the [official web page](https://rita-nlp.org/sprints/itaeval/)
|
56 |
"""
|
57 |
|
58 |
+
ITA_EVAL_REPO = "https://github.com/RiTA-nlp/ita-eval"
|
59 |
|
60 |
# Which evaluations are you running? how can people reproduce what you have?
|
61 |
LLM_BENCHMARKS_TEXT = f"""
|