Weyaxi commited on
Commit
6fb5f3c
1 Parent(s): 40e06af

config change etc.

Browse files
Files changed (1) hide show
  1. README.md +9 -8
README.md CHANGED
@@ -1,15 +1,16 @@
1
  ---
2
  size_categories:
3
  - 100K<n<1M
 
 
 
 
 
 
 
4
  ---
5
- # Huggingface Leaderboard's Dataset
6
-
7
- 🏆 This is the dataset of [Huggingface Leaderboard](https://huggingface.co/spaces/Weyaxi/huggingface-leaderboard).
8
 
9
  🗒️ This dataset contains usernames and organization names in a TXT file.
10
 
11
- ⌛ This dataset is automatically updated using GitHub Actions.
12
-
13
- ## Leaderboard Link
14
-
15
- 🔗 [Weyaxi/huggingface-leaderboard](https://huggingface.co/spaces/Weyaxi/huggingface-leaderboard)
 
1
  ---
2
  size_categories:
3
  - 100K<n<1M
4
+ configs:
5
+ - config_name: default
6
+ data_files:
7
+ - split: users
8
+ path: "user_names.txt"
9
+ - split: organizations
10
+ path: "org_names.txt"
11
  ---
12
+ # 🤗 Huggingface User and Organizations Dataset
 
 
13
 
14
  🗒️ This dataset contains usernames and organization names in a TXT file.
15
 
16
+ ⌛ This dataset is automatically updated using GitHub Actions.