Skip to content

Commit

Permalink
docs: fix incorrect listing
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Sep 14, 2024
1 parent aeeb5f3 commit ba89812
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/adding_a_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ If readme of model exists:
mteb create_meta --results_folder results/{model_name}/{model_revision} --output_path model_card.md --from_existing your_existing_readme.md
```

3. **Add the frontmatter to model repository:**
2. **Add the frontmatter to model repository:**

Copy the content of the `model_card.md` file to the top of a `README.md` file of your model on the Hub. See [here](https://huggingface.co/Muennighoff/SGPT-5.8B-weightedmean-msmarco-specb-bitfit/blob/main/README.md) for an example.

4. **Wait for a refresh the leaderboard:**
3. **Wait for a refresh the leaderboard:**

The leaderboard will then automatically refresh daily so once submitted all you have to do is wait for the automatic refresh.

Expand Down

0 comments on commit ba89812

Please sign in to comment.