Spaces:
Sleeping
Sleeping
Alex
commited on
Commit
Β·
00327b5
1
Parent(s):
b31be61
jasdn
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ storage: persistent
|
|
14 |
|
15 |
# π CodeReview Leaderboard
|
16 |
|
17 |
-
A comprehensive benchmark and leaderboard for code review generation models, inspired by [
|
18 |
|
19 |
## β¨ Features
|
20 |
|
@@ -127,7 +127,7 @@ Open your browser to `http://localhost:7860`
|
|
127 |
- **Display Utils**: Provides filtering, formatting, and table generation
|
128 |
- **Dark Theme**: Custom CSS for modern, accessible interface
|
129 |
|
130 |
-
## π¨ Features Inspired by
|
131 |
|
132 |
### β
Implemented Features
|
133 |
|
@@ -205,7 +205,7 @@ This project is licensed under the MIT License - see the LICENSE file for detail
|
|
205 |
|
206 |
## π Acknowledgments
|
207 |
|
208 |
-
- Inspired by [
|
209 |
- Built with [Gradio](https://gradio.app/) for the web interface
|
210 |
- Thanks to the open-source community for tools and inspiration
|
211 |
|
|
|
14 |
|
15 |
# π CodeReview Leaderboard
|
16 |
|
17 |
+
A comprehensive benchmark and leaderboard for code review generation models, inspired by [CodeReviewBench](https://huggingface.co/spaces/your-org/CodeReviewBench).
|
18 |
|
19 |
## β¨ Features
|
20 |
|
|
|
127 |
- **Display Utils**: Provides filtering, formatting, and table generation
|
128 |
- **Dark Theme**: Custom CSS for modern, accessible interface
|
129 |
|
130 |
+
## π¨ Features Inspired by CodeReviewBench
|
131 |
|
132 |
### β
Implemented Features
|
133 |
|
|
|
205 |
|
206 |
## π Acknowledgments
|
207 |
|
208 |
+
- Inspired by [CodeReviewBench](https://huggingface.co/spaces/your-org/CodeReviewBench)
|
209 |
- Built with [Gradio](https://gradio.app/) for the web interface
|
210 |
- Thanks to the open-source community for tools and inspiration
|
211 |
|
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
"""
|
2 |
-
CodeReview Leaderboard - Inspired by
|
3 |
A comprehensive leaderboard for code review generation models
|
4 |
"""
|
5 |
|
|
|
1 |
"""
|
2 |
+
CodeReview Leaderboard - Inspired by CodeReviewBench
|
3 |
A comprehensive leaderboard for code review generation models
|
4 |
"""
|
5 |
|