Nathan Habib commited on
Commit
ab5fc2d
1 Parent(s): 5c7b1d4

Adds file to make models backlink to leaderboard

Browse files

Adds `models_backlinks.py` which contains a list with models ids, these model
will then have a link to the leaderboard in their model card on the hub.

Files changed (2) hide show
  1. README.md +0 -2
  2. models_backlinks.py +3 -0
README.md CHANGED
@@ -9,8 +9,6 @@ app_file: app.py
9
  pinned: true
10
  license: apache-2.0
11
  duplicated_from: HuggingFaceH4/open_llm_leaderboard
12
- models:
13
- - uni-tianyan/Uni-TianYan
14
  ---
15
 
16
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: true
10
  license: apache-2.0
11
  duplicated_from: HuggingFaceH4/open_llm_leaderboard
 
 
12
  ---
13
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
models_backlinks.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ models = [
2
+ "uni-tianyan/Uni-TianYan"
3
+ ]