Spaces:
Sleeping
Sleeping
Update constants.py
Browse files- constants.py +5 -1
constants.py
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
LEADERBOARD_INTRODUCTION = """
|
2 |
# DD-Ranking Leaderboard
|
3 |
|
4 |
-
π Welcome to the leaderboard of the **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 |
|
|
|
1 |
LEADERBOARD_INTRODUCTION = """
|
2 |
# DD-Ranking Leaderboard
|
3 |
|
4 |
+
π Welcome to the leaderboard of the **DD-Ranking**!
|
5 |
+
|
6 |
+
<div style="display: flex; flex-wrap: wrap; align-items: center; gap: 10px;">
|
7 |
+
<a href='https://github.com/NUS-HPC-AI-Lab/DD-Ranking'><img src='https://img.shields.io/github/stars/NUS-HPC-AI-Lab/DD-Ranking.svg?style=social&label=Official'></a>
|
8 |
+
</div>
|
9 |
|
10 |
> 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.
|
11 |
|