config change etc.
Browse files
README.md
CHANGED
@@ -1,15 +1,16 @@
|
|
1 |
---
|
2 |
size_categories:
|
3 |
- 100K<n<1M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
-
#
|
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.
|
|
|
|
|
|
|
|