Spaces:
Sleeping
Sleeping
Update constants.py
Browse files- constants.py +9 -2
constants.py
CHANGED
@@ -3,12 +3,19 @@ LEADERBOARD_INTRODUCTION = """
|
|
3 |
|
4 |
🏆 Welcome to the leaderboard of the **DD-Ranking**! [](https://github.com/NUS-HPC-AI-Lab/DD-Ranking)
|
5 |
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
"""
|
8 |
|
9 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
10 |
CITATION_BUTTON_TEXT = r"""
|
11 |
-
|
12 |
"""
|
13 |
|
14 |
IPC_INFO = """
|
|
|
3 |
|
4 |
🏆 Welcome to the leaderboard of the **DD-Ranking**! [](https://github.com/NUS-HPC-AI-Lab/DD-Ranking)
|
5 |
|
6 |
+
> DD-Ranking (DD, i.e., Dataset Distillation) is an integrated and easy-to-use benchmark for dataset distillation. It aims to provide a fair evaluation scheme for DD methods that can decouple the impacts from knowledge distillation and data augmentation to reflect the real informativeness of the distilled data.
|
7 |
+
|
8 |
+
- **Fair Evaluation**: DD-Ranking provides a fair evaluation scheme for DD methods that can decouple the impacts from knowledge distillation and data augmentation to reflect the real informativeness of the distilled data.
|
9 |
+
- **Easy-to-use**: DD-Ranking provides a unified interface for dataset distillation evaluation.
|
10 |
+
- **Extensible**: DD-Ranking supports various datasets and models.
|
11 |
+
- **Customizable**: DD-Ranking supports various data augmentations and soft label strategies.
|
12 |
+
|
13 |
+
**Join Leaderboard**: Please see the [instructions](https://github.com/NUS-HPC-AI-Lab/DD-Ranking/CONTRIBUTING.md) to participate.
|
14 |
"""
|
15 |
|
16 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
17 |
CITATION_BUTTON_TEXT = r"""
|
18 |
+
COMING SOON
|
19 |
"""
|
20 |
|
21 |
IPC_INFO = """
|