Emova-ollm/emova-qwen-2-5-7b

Model

1

stars

5

commits

1

repos using this model

2

linked in READMEs

Mar 13, 2025

updated

conversational
Emotional-spoken-dialogue
emova_qwen2
endpoints_compatible
model-index
Multi-modal-LLM
Omni-modal-LLM
safetensors
text-generation
transformers

README

EMOVA-Qwen-2.5-7B

πŸ€— EMOVA-Models | πŸ€— EMOVA-Datasets | πŸ€— EMOVA-Demo
πŸ“„ Paper | 🌐 Project-Page | πŸ’» Github | πŸ’» EMOVA-Speech-Tokenizer-Github

Model Summary

EMOVA (EMotionally Omni-present Voice Assistant) is a novel end-to-end omni-modal LLM that can see, hear and speak without relying on external models. Given the omni-modal (i.e., textual, visual and speech) inputs, EMOVA can generate both textual and speech responses with vivid emotional controls by utilizing the speech decoder together with a style encoder. EMOVA possesses general omni-modal understanding and generation capabilities, featuring its superiority in advanced vision-language understanding, emotional spoken dialogue, and spoken dialogue with structural data understanding. We summarize its key advantages as:

  • State-of-the-art omni-modality performance: EMOVA achieves state-of-the-art comparable results on both vision-language and speech benchmarks simultaneously. Our best performing model, EMOVA-72B, even surpasses commercial models including GPT-4o and Gemini Pro 1.5.
  • Emotional spoken dialogue: A semantic-acoustic disentangled speech tokenizer and a lightweight style control module are adopted for seamless omni-modal alignment and diverse speech style controllability. EMOVA supports bilingual (Chinese and English) spoken dialogue with 24 speech style controls (i.e., 2 speakers, 3 pitches and 4 emotions).
  • Diverse configurations: We open-source 3 configurations, EMOVA-3B/7B/72B, to support omni-modal usage under different computational budgets. Check our Model Zoo and find the best fit model for your computational devices!

Performance

BenchmarksEMOVA-3BEMOVA-7BEMOVA-72BGPT-4oVITA 8x7BVITA 1.5Baichuan-Omni
MME2175231724022310209723112187
MMBench79.283.086.483.471.876.676.2
SEED-Image74.975.576.677.172.674.274.1
MM-Vet57.359.464.8-41.651.165.4
RealWorldQA62.667.571.075.459.066.862.6
TextVQA77.278.081.4-71.874.974.3
ChartQA81.584.988.785.776.679.679.6
DocVQA93.594.295.992.8---
InfoVQA71.275.183.2----
OCRBench803814843736678752700
ScienceQA-Img92.796.498.2----
AI2D78.681.785.884.673.179.3-
MathVista62.665.569.963.844.966.251.9
Mathverse31.440.950.0----
Librispeech (WER↓)5.44.12.9-3.48.1-

Usage

This repo contains the EMOVA-Qwen2.5-7B checkpoint organized in the original format of our EMOVA codebase, and thus, it should be utilized together with EMOVA codebase. Its paired config file is provided here. Check here to launch a web demo using this checkpoint.

Citation

@article{chen2024emova,
  title={Emova: Empowering language models to see, hear and speak with vivid emotions},
  author={Chen, Kai and Gou, Yunhao and Huang, Runhui and Liu, Zhili and Tan, Daxin and Xu, Jing and Wang, Chunwei and Zhu, Yi and Zeng, Yihan and Yang, Kuo and others},
  journal={arXiv preprint arXiv:2409.18042},
  year={2024}
}

Contributors

KaiChen1998

3 commits

zhili-liu

2 commits

Emova-ollm/emova-qwen-2-5-7b

Model

1

stars

5

commits

1

repos using this model

2

linked in READMEs

Mar 13, 2025

updated

conversational
Emotional-spoken-dialogue
emova_qwen2
endpoints_compatible
model-index
Multi-modal-LLM
Omni-modal-LLM
safetensors
text-generation
transformers

README

EMOVA-Qwen-2.5-7B

πŸ€— EMOVA-Models | πŸ€— EMOVA-Datasets | πŸ€— EMOVA-Demo
πŸ“„ Paper | 🌐 Project-Page | πŸ’» Github | πŸ’» EMOVA-Speech-Tokenizer-Github

Model Summary

EMOVA (EMotionally Omni-present Voice Assistant) is a novel end-to-end omni-modal LLM that can see, hear and speak without relying on external models. Given the omni-modal (i.e., textual, visual and speech) inputs, EMOVA can generate both textual and speech responses with vivid emotional controls by utilizing the speech decoder together with a style encoder. EMOVA possesses general omni-modal understanding and generation capabilities, featuring its superiority in advanced vision-language understanding, emotional spoken dialogue, and spoken dialogue with structural data understanding. We summarize its key advantages as:

  • State-of-the-art omni-modality performance: EMOVA achieves state-of-the-art comparable results on both vision-language and speech benchmarks simultaneously. Our best performing model, EMOVA-72B, even surpasses commercial models including GPT-4o and Gemini Pro 1.5.
  • Emotional spoken dialogue: A semantic-acoustic disentangled speech tokenizer and a lightweight style control module are adopted for seamless omni-modal alignment and diverse speech style controllability. EMOVA supports bilingual (Chinese and English) spoken dialogue with 24 speech style controls (i.e., 2 speakers, 3 pitches and 4 emotions).
  • Diverse configurations: We open-source 3 configurations, EMOVA-3B/7B/72B, to support omni-modal usage under different computational budgets. Check our Model Zoo and find the best fit model for your computational devices!

Performance

BenchmarksEMOVA-3BEMOVA-7BEMOVA-72BGPT-4oVITA 8x7BVITA 1.5Baichuan-Omni
MME2175231724022310209723112187
MMBench79.283.086.483.471.876.676.2
SEED-Image74.975.576.677.172.674.274.1
MM-Vet57.359.464.8-41.651.165.4
RealWorldQA62.667.571.075.459.066.862.6
TextVQA77.278.081.4-71.874.974.3
ChartQA81.584.988.785.776.679.679.6
DocVQA93.594.295.992.8---
InfoVQA71.275.183.2----
OCRBench803814843736678752700
ScienceQA-Img92.796.498.2----
AI2D78.681.785.884.673.179.3-
MathVista62.665.569.963.844.966.251.9
Mathverse31.440.950.0----
Librispeech (WER↓)5.44.12.9-3.48.1-

Usage

This repo contains the EMOVA-Qwen2.5-7B checkpoint organized in the original format of our EMOVA codebase, and thus, it should be utilized together with EMOVA codebase. Its paired config file is provided here. Check here to launch a web demo using this checkpoint.

Citation

@article{chen2024emova,
  title={Emova: Empowering language models to see, hear and speak with vivid emotions},
  author={Chen, Kai and Gou, Yunhao and Huang, Runhui and Liu, Zhili and Tan, Daxin and Xu, Jing and Wang, Chunwei and Zhu, Yi and Zeng, Yihan and Yang, Kuo and others},
  journal={arXiv preprint arXiv:2409.18042},
  year={2024}
}

Contributors

KaiChen1998

3 commits

zhili-liu

2 commits