AudioRubrics / README.md
ParadiseYu's picture
Update README.md
c1ee73c verified
|
Raw
History Blame Contribute Delete
1.11 kB
metadata
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: Qwen2.5-Omni-7B post-trained with GRPO using self-evolving, audio-grounded rubric rewards and an overthinking penalty.

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

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 for training and evaluation instructions.