Soptq commited on
Commit
cab5128
Β·
verified Β·
1 Parent(s): 190420e

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +1 -3
constants.py CHANGED
@@ -3,9 +3,7 @@ LEADERBOARD_INTRODUCTION = """
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
- <img src='https://img.shields.io/github/stars/NUS-HPC-AI-Lab/DD-Ranking'>
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
 
 
3
 
4
  πŸ† Welcome to the leaderboard of the **DD-Ranking**!
5
 
6
+ ![DD-Ranking](https://img.shields.io/github/stars/NUS-HPC-AI-Lab/DD-Ranking)
 
 
7
 
8
  > 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.
9