Views
No views yet
1language_model=dict(
2 type='EmovaDeepseekV2ForCausalLM', -- Wrapper class type for EMOVA
3 pretrained_model_name_or_path='Emova-ollm/deepseek-vl2-deepseekmoe-tiny', -- HuggingFace repo of pre-trained LLM
4 attn_implementation="flash_attention_2", -- Attention type
5 from_pretrained=True, -- Load pre-trained weights
6),1@article{chen2024emova,
2 title={Emova: Empowering language models to see, hear and speak with vivid emotions},
3 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},
4 journal={arXiv preprint arXiv:2409.18042},
5 year={2024}
6}
7
8@article{wu2024deepseek,
9 title={Deepseek-vl2: Mixture-of-experts vision-language models for advanced multimodal understanding},
10 author={Wu, Zhiyu and Chen, Xiaokang and Pan, Zizheng and Liu, Xingchao and Liu, Wen and Dai, Damai and Gao, Huazuo and Ma, Yiyang and Wu, Chengyue and Wang, Bingxuan and others},
11 journal={arXiv preprint arXiv:2412.10302},
12 year={2024}
13}