cccjc commited on
Commit
b552779
·
1 Parent(s): f724d2e

update texts info

Browse files
Files changed (1) hide show
  1. constants.py +2 -4
constants.py CHANGED
@@ -41,10 +41,9 @@ Visit our [project page](https://tiger-ai-lab.github.io/MEGA-Bench/) to explore
41
 
42
  ## 📚 More Information
43
 
44
- - Our evaluation pipeline will soon be available on our GitHub: https://github.com/TIGER-AI-Lab/MEGA-Bench.
45
  - Check full details of our paper at [https://arxiv.org/abs/2410.10563](https://arxiv.org/abs/2410.10563)
46
  - Hugging Face Datasets: [https://huggingface.co/datasets/TIGER-Lab/MEGA-Bench](https://huggingface.co/datasets/TIGER-Lab/MEGA-Bench)
47
- - GitHub: [https://github.com/TIGER-AI-Lab/MEGA-Bench](https://github.com/TIGER-AI-Lab/MEGA-Bench)
48
 
49
  """
50
 
@@ -75,7 +74,6 @@ CITATION_BUTTON_TEXT = r"""
75
 
76
  SUBMIT_INTRODUCTION = """# Submit on MEGA-Bench Leaderboard
77
 
78
- We will provide details on how to submit third-party evaluation results once our evaluation pipeline is released on our [GitHub repository](https://github.com/TIGER-AI-Lab/MEGA-Bench).
79
-
80
 
81
  """
 
41
 
42
  ## 📚 More Information
43
 
44
+ - Our evaluation pipeline is available on our [GitHub repo](https://github.com/TIGER-AI-Lab/MEGA-Bench).
45
  - Check full details of our paper at [https://arxiv.org/abs/2410.10563](https://arxiv.org/abs/2410.10563)
46
  - Hugging Face Datasets: [https://huggingface.co/datasets/TIGER-Lab/MEGA-Bench](https://huggingface.co/datasets/TIGER-Lab/MEGA-Bench)
 
47
 
48
  """
49
 
 
74
 
75
  SUBMIT_INTRODUCTION = """# Submit on MEGA-Bench Leaderboard
76
 
77
+ Our evaluation pipeline is released on our [GitHub repository](https://github.com/TIGER-AI-Lab/MEGA-Bench). We will provide details on how to submit third-party results to this leaderboard.
 
78
 
79
  """