Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -153,14 +153,23 @@ with open("org_names.txt", "r") as f:
|
|
153 |
|
154 |
INTRODUCTION_TEXT = f"""
|
155 |
π― 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).
|
|
|
156 |
## Available Dataframes:
|
|
|
157 |
- ποΈ Models
|
|
|
158 |
- π Datasets
|
|
|
159 |
- π Spaces
|
|
|
160 |
## Backend
|
|
|
161 |
π οΈ 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).
|
|
|
162 |
π οΈ Organization names are retrieved using web scraping from [Huggingface Organizations](https://huggingface.co/organizations).
|
|
|
163 |
**π 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.
|
|
|
164 |
**π Note:** In trending models, first 300 models/datasets/spaces is being retrieved from huggingface.
|
165 |
"""
|
166 |
|
|
|
153 |
|
154 |
INTRODUCTION_TEXT = f"""
|
155 |
π― 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).
|
156 |
+
|
157 |
## Available Dataframes:
|
158 |
+
|
159 |
- ποΈ Models
|
160 |
+
|
161 |
- π Datasets
|
162 |
+
|
163 |
- π Spaces
|
164 |
+
|
165 |
## Backend
|
166 |
+
|
167 |
π οΈ 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).
|
168 |
+
|
169 |
π οΈ Organization names are retrieved using web scraping from [Huggingface Organizations](https://huggingface.co/organizations).
|
170 |
+
|
171 |
**π 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.
|
172 |
+
|
173 |
**π Note:** In trending models, first 300 models/datasets/spaces is being retrieved from huggingface.
|
174 |
"""
|
175 |
|