Skip to content

Commit d77a410

Browse files
committed
docs: add gradient logo and move News section to top of README
- Add blue-to-purple gradient RM-Gallery logo at the top - Move News section before Installation for better visibility - Align with best practices for open source project READMEs
1 parent 61791f0 commit d77a410

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
1-
# RM-Gallery
1+
<div align="center">
22

3-
A unified platform for building, evaluating, and applying reward models.
3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://readme-typing-svg.demolab.com?font=Inter&weight=700&size=72&duration=1&pause=1000000&color=22D3EE&background=FFFFFF00&center=true&vCenter=true&repeat=false&width=280&height=100&lines=RM">
5+
<img alt="RM" src="https://readme-typing-svg.demolab.com?font=Inter&weight=700&size=72&duration=1&pause=1000000&color=22D3EE&background=FFFFFF00&center=true&vCenter=true&repeat=false&width=280&height=100&lines=RM">
6+
</picture><picture>
7+
<source media="(prefers-color-scheme: dark)" srcset="https://readme-typing-svg.demolab.com?font=Inter&weight=700&size=72&duration=1&pause=1000000&color=8B5CF6&background=FFFFFF00&center=true&vCenter=true&repeat=false&width=500&height=100&lines=Gallery">
8+
<img alt="Gallery" src="https://readme-typing-svg.demolab.com?font=Inter&weight=700&size=72&duration=1&pause=1000000&color=8B5CF6&background=FFFFFF00&center=true&vCenter=true&repeat=false&width=500&height=100&lines=Gallery">
9+
</picture>
10+
11+
<h3>A unified platform for building, evaluating, and applying reward models.</h3>
412

513
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue)](https://pypi.org/project/rm-gallery/)
614
[![PyPI](https://img.shields.io/badge/pypi-v0.1.0-blue?logo=pypi)](https://pypi.org/project/rm-gallery/)
715
[![Documentation](https://img.shields.io/badge/docs-online-blue?logo=markdown)](https://modelscope.github.io/RM-Gallery/)
816

917
[Documentation](https://modelscope.github.io/RM-Gallery/) | [Examples](./examples/) | [中文](./README_zh.md)
1018

19+
</div>
20+
21+
## News
22+
23+
- **2025-10-20** - [Auto-Rubric: Learning to Extract Generalizable Criteria for Reward Modeling](https://arxiv.org/abs/2510.17314)
24+
- **2025-10-17** - [Taming the Judge: Deconflicting AI Feedback for Stable Reinforcement Learning](https://arxiv.org/abs/2510.15514)
25+
- **2025-07-09** - Released RM-Gallery v0.1.0 on [PyPI](https://pypi.org/project/rm-gallery/)
26+
1127
## Installation
1228

1329
RM-Gallery requires Python 3.10 or higher (< 3.13).
@@ -95,12 +111,6 @@ Evaluate models on standard benchmarks:
95111
- [Training Guide](https://modelscope.github.io/RM-Gallery/tutorial/training_rm/overview/)
96112
- [API Reference](https://modelscope.github.io/RM-Gallery/api_reference/)
97113

98-
## News
99-
100-
- **2025-10-20** - [Auto-Rubric: Learning to Extract Generalizable Criteria for Reward Modeling](https://arxiv.org/abs/2510.17314)
101-
- **2025-10-17** - [Taming the Judge: Deconflicting AI Feedback for Stable Reinforcement Learning](https://arxiv.org/abs/2510.15514)
102-
- **2025-07-09** - Released RM-Gallery v0.1.0 on [PyPI](https://pypi.org/project/rm-gallery/)
103-
104114
## Contributing
105115

106116
We welcome contributions! Please install pre-commit hooks before submitting pull requests:

0 commit comments

Comments
 (0)