Weyaxi commited on
Commit
aa89d0a
Β·
1 Parent(s): 9df3444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
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