Soptq commited on
Commit
5d76431
·
verified ·
1 Parent(s): cab5128

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +4 -2
constants.py CHANGED
@@ -1,9 +1,11 @@
1
  LEADERBOARD_INTRODUCTION = """
2
  # DD-Ranking Leaderboard
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
 
 
1
  LEADERBOARD_INTRODUCTION = """
2
  # DD-Ranking Leaderboard
3
 
4
+ <p align="center">
5
+ | <a href="https://nus-hpc-ai-lab.github.io/DD-Ranking/"><b>Documentation</b></a> | <a href="https://huggingface.co/spaces/Soptq/DD-Ranking"><b>Leaderboard</b></a> | <b>Paper </b> (Coming Soon) | <a href=""><b>Twitter/X</b></a> | <a href=""><b>Developer Slack</b></a> |
6
+ </p>
7
 
8
+ 🏆 Welcome to the leaderboard of the **DD-Ranking**!
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