NimaBoscarino commited on
Commit
d527821
1 Parent(s): 9a29e82

Add Open LLM Leaderboard

Browse files
Files changed (1) hide show
  1. app.py +12 -4
app.py CHANGED
@@ -91,12 +91,16 @@ rigorous = Category(
91
  """,
92
  news=[
93
  News(
94
- title="Ethics and Society Newsletter #3: Ethical Openness at Hugging Face",
95
- link="https://huggingface.co/blog/ethics-soc-3"
96
  ),
97
  News(
98
- title="MIT: These new tools let you see for yourself how biased AI image models are",
99
- link="https://www.technologyreview.com/2023/03/22/1070167/these-news-tool-let-you-see-for-yourself-how-biased-ai-image-models-are/"
 
 
 
 
100
  ),
101
  News(
102
  title="WIRED: Inside the Suspicion Machine",
@@ -116,6 +120,10 @@ rigorous = Category(
116
  )
117
  ],
118
  spaces=[
 
 
 
 
119
  Space(
120
  title="A Watermark for Large Language Models",
121
  id="tomg-group-umd/lm-watermarking"
91
  """,
92
  news=[
93
  News(
94
+ title="Hugging Face's Open LLM Leaderboard",
95
+ link="https://twitter.com/edwardbeeching/status/1656679489433370634"
96
  ),
97
  News(
98
+ title="Ethics and Society Newsletter #3: Ethical Openness at Hugging Face",
99
+ link="https://huggingface.co/blog/ethics-soc-3"
100
+ ),
101
+ News(
102
+ title="MIT: These new tools let you see for yourself how biased AI image models are",
103
+ link="https://www.technologyreview.com/2023/03/22/1070167/these-news-tool-let-you-see-for-yourself-how-biased-ai-image-models-are/"
104
  ),
105
  News(
106
  title="WIRED: Inside the Suspicion Machine",
120
  )
121
  ],
122
  spaces=[
123
+ Space(
124
+ title="Open LLM Leaderboard",
125
+ id="HuggingFaceH4/open_llm_leaderboard"
126
+ ),
127
  Space(
128
  title="A Watermark for Large Language Models",
129
  id="tomg-group-umd/lm-watermarking"