File size: 1,109 Bytes
a6ec461
2c8171e
 
 
a6ec461
 
 
 
 
 
 
 
 
 
 
 
2c8171e
a6ec461
2c8171e
c1ee73c
de06831
a6ec461
 
 
 
de06831
a6ec461
 
 
2c8171e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
base_model: Qwen/Qwen2.5-Omni-7B
language:
- en
license: other
license_name: apache-2.0
license_link: https://huggingface.co/Qwen/Qwen2.5-Omni-7B/blob/main/LICENSE
pipeline_tag: audio-text-to-text
tags:
- audio
- audio-reasoning
- reinforcement-learning
---

# AudioRubrics

The model from [Reinforcement Learning with Evolving Rubrics as Rewards for Audio Reasoning](https://huggingface.co/papers/2608.02831): Qwen2.5-Omni-7B post-trained with GRPO using self-evolving, audio-grounded rubric rewards and an overthinking penalty.

- Project page: https://audiorubrics.github.io
- Code: https://github.com/tianyi-lab/AudioRubrics
- Rubric dataset: https://huggingface.co/datasets/umd-zhou-lab/AVQA-Audio-Rubrics

This is the full merged checkpoint (thinker merged back into the complete Omni model) and can be served directly with vLLM:

```bash
vllm serve umd-zhou-lab/AudioRubrics --served-model-name omni --trust-remote-code \
  --max-model-len 8192 --limit-mm-per-prompt '{"audio":1}'
```

See the [GitHub repository](https://github.com/Yu-Fangxu/AudioRubrics) for training and evaluation instructions.