Spaces:
Running
Running
update texts info
Browse files- 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
|
| 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 |
-
|
| 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 |
"""
|