Skip to content

Commit c05227a

Browse files
author
Tobias Buck
committed
Add contributors section and update README with All Contributors badge
1 parent 18388f9 commit c05227a

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.all-contributorsrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"projectName": "CODES-Benchmark",
3+
"projectOwner": "AstroAI-Lab"
4+
}

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![codecov](https://codecov.io/github/robin-janssen/CODES-Benchmark/branch/main/graph/badge.svg?token=TNF9ISCAJK)](https://codecov.io/github/robin-janssen/CODES-Benchmark)
44
![Static Badge](https://img.shields.io/badge/license-GPLv3-blue)
55
![Static Badge](https://img.shields.io/badge/NeurIPS-2024-green)
6+
[![All Contributors](https://img.shields.io/github/all-contributors/AstroAI-Lab/CODES-Benchmark?color=ee8449&style=flat-square)](#contributors)
67

78
🎉 CODES was accepted to the ML4PS workshop @ NeurIPS2024 🎉
89

@@ -174,3 +175,15 @@ pip install -r requirements.txt
174175
The installation is now complete. To be able to run and evaluate the benchmark, you need to first set up a configuration YAML file. There is one provided, but it should be configured. For more information, check the [configuration page](https://robin-janssen.github.io/CODES-Benchmark/documentation.html#config). There, we also offer an interactive Config-Generator tool with some explanations to help you set up your benchmark.
175176

176177
You can also add your own datasets and models to the benchmark to evaluate them against each other or some of our baseline models. For more information on how to do this, please refer to the [documentation](https://robin-janssen.github.io/CODES-Benchmark/documentation.html).
178+
179+
180+
## Contributors
181+
182+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
183+
<!-- prettier-ignore-start -->
184+
<!-- markdownlint-disable -->
185+
186+
<!-- markdownlint-restore -->
187+
<!-- prettier-ignore-end -->
188+
189+
<!-- ALL-CONTRIBUTORS-LIST:END -->

0 commit comments

Comments
 (0)