Rename `HuggingFaceH4` to `open-llm-leaderboard` org in modelcards
Browse filesFollowing recent moving of the Open LLM Leaderboard to https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard (cc
@clefourrier
).
app.py
CHANGED
@@ -27,11 +27,11 @@ def refresh(how_much=43200): # default to 12 hour
|
|
27 |
refresh(600) # 10 minutes if any error happens
|
28 |
|
29 |
gradio_title="🧐 Open LLM Leaderboard Results PR Opener"
|
30 |
-
gradio_desc= """🎯 This tool's aim is to provide [Open LLM Leaderboard](https://huggingface.co/spaces/
|
31 |
|
32 |
## 💭 What Does This Tool Do:
|
33 |
|
34 |
-
- This tool adds the [Open LLM Leaderboard](https://huggingface.co/spaces/
|
35 |
|
36 |
- This tool also adds evaluation results as your model's metadata to showcase the evaluation results as a widget.
|
37 |
|
|
|
27 |
refresh(600) # 10 minutes if any error happens
|
28 |
|
29 |
gradio_title="🧐 Open LLM Leaderboard Results PR Opener"
|
30 |
+
gradio_desc= """🎯 This tool's aim is to provide [Open LLM Leaderboard](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard) results in the model card.
|
31 |
|
32 |
## 💭 What Does This Tool Do:
|
33 |
|
34 |
+
- This tool adds the [Open LLM Leaderboard](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard) result of your model at the end of your model card.
|
35 |
|
36 |
- This tool also adds evaluation results as your model's metadata to showcase the evaluation results as a widget.
|
37 |
|