Soptq commited on
Commit
7c7f7ff
Β·
verified Β·
1 Parent(s): 7207e4b

Update constants.py

Browse files
Files changed (1) hide show
  1. 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**! [![Code](https://img.shields.io/github/stars/NUS-HPC-AI-Lab/DD-Ranking.svg?style=social&label=Official)](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
 
 
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