typo
Browse files
app.py
CHANGED
@@ -138,9 +138,9 @@ with open("org_names.txt", "r") as f:
|
|
138 |
|
139 |
|
140 |
INTRODUCTION_TEXT = f"""
|
141 |
-
🎯 The Organization Leaderboard aims to track
|
142 |
|
143 |
-
## Dataframes
|
144 |
|
145 |
- 🏛️ Models
|
146 |
|
@@ -150,12 +150,11 @@ INTRODUCTION_TEXT = f"""
|
|
150 |
|
151 |
## Backend
|
152 |
|
153 |
-
🛠️ The leaderboard's backend mainly runs the [Hugging Face Hub API](https://huggingface.co/docs/huggingface_hub/v0.5.1/en/package_reference/hf_api).
|
154 |
|
155 |
-
🛠️ Organization names are
|
156 |
-
|
157 |
-
**🌐 Note:** In model's dataframe there is some columns related to [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). These datas are also being retrieved with web scrabing.
|
158 |
|
|
|
159 |
"""
|
160 |
|
161 |
def clickable(x, which_one):
|
|
|
138 |
|
139 |
|
140 |
INTRODUCTION_TEXT = f"""
|
141 |
+
🎯 The Organization Leaderboard aims to track organization rankings. This space is inspired by the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).
|
142 |
|
143 |
+
## Available Dataframes:
|
144 |
|
145 |
- 🏛️ Models
|
146 |
|
|
|
150 |
|
151 |
## Backend
|
152 |
|
153 |
+
🛠️ The leaderboard's backend mainly runs on the [Hugging Face Hub API](https://huggingface.co/docs/huggingface_hub/v0.5.1/en/package_reference/hf_api).
|
154 |
|
155 |
+
🛠️ Organization names are retrieved using web scraping from [Huggingface Organizations](https://huggingface.co/organizations).
|
|
|
|
|
156 |
|
157 |
+
**🌐 Note:** In the model's dataframe, there are some columns related to the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard). This data is also retrieved through web scraping.
|
158 |
"""
|
159 |
|
160 |
def clickable(x, which_one):
|