Skip to content

Commit 3e4c6ef

Browse files
authored
Rename open llm leaderboard org in docs (#1300)
* Rename open llm leaderboard org * nope
1 parent 2bb69f0 commit 3e4c6ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/hub/model-cards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ You can specify your **model's evaluation results** in a structured way in the m
205205

206206
The metadata spec was based on Papers with code's [model-index specification](https://github.com/paperswithcode/model-index). This allow us to directly index the results into Papers with code's leaderboards when appropriate. You can also link the source from where the eval results has been computed.
207207

208-
Here is a partial example to describe [01-ai/Yi-34B](https://huggingface.co/01-ai/Yi-34B)'s score on the ARC benchmark. The result comes from the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard) which is defined as the `source`:
208+
Here is a partial example to describe [01-ai/Yi-34B](https://huggingface.co/01-ai/Yi-34B)'s score on the ARC benchmark. The result comes from the [Open LLM Leaderboard](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard) which is defined as the `source`:
209209

210210
```yaml
211211
---
@@ -223,7 +223,7 @@ model-index:
223223
value: 64.59
224224
source:
225225
name: Open LLM Leaderboard
226-
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard
226+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard
227227
---
228228
```
229229

modelcard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ model-index:
4545
verifyToken: {verify_token} # Optional. If present, this is a signature that can be used to prove that evaluation was generated by Hugging Face (vs. self-reported).
4646
source: # Optional. The source for this result.
4747
name: {source_name} # Optional. The name of the source. Example: Open LLM Leaderboard.
48-
url: {source_url} # Required if source is provided. A link to the source. Example: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard.
48+
url: {source_url} # Required if source is provided. A link to the source. Example: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard.
4949
---
5050

5151
This markdown file contains the spec for the modelcard metadata regarding evaluation parameters. When present, and only then, 'model-index', 'datasets' and 'license' contents will be verified when git pushing changes to your README.md file.

0 commit comments

Comments
 (0)