title_markdown = """
MAmmoTH-VL

MAmmoTH-VL Chat

Model | Code | Dataset | Homepage
""" html_header = """
MAmmoTH-VL

MAmmoTH-VL:Eliciting Multimodal Reasoning with Instruction Tuning at Scale

Code | Model | DataSet | Homepage
""" block_css = """ #buttons button { min-width: min(120px,100%); } """ tos_markdown = """ ## Terms of use By using this service, users are required to agree to the following terms: The service is a research preview intended for non-commercial use only. It only provides limited safety measures and may generate offensive content. It must not be used for any illegal, harmful, violent, racist, or sexual purposes. The service may collect user dialogue data for future research. We deploy our model backend with SGLang. However, there could be congestion during the serving process, leading to delayed responses. If you encounter any issues with the webpage, kindly refresh it. """ learn_more_markdown = """ ## License The service is a research preview and is subject to the [License](https://huggingface.co/Qwen/Qwen2-7B-Instruct/blob/main/LICENSE) of Qwen2, the [License](https://github.com/LLaVA-VL/LLaVA-NeXT/blob/main/LICENSE) of LLaVA-NEXT, and the [Terms of Use](https://openai.com/policies/terms-of-use) governing the data generated by OpenAI. Users are required to strictly adhere to the terms outlined in these licenses. Please contact us if you identify any potential violations. """ bibtext = """ ## Citation ``` @article{guo2024mammothvlelicitingmultimodalreasoning, title={MAmmoTH-VL: Eliciting Multimodal Reasoning with Instruction Tuning at Scale}, author={Jarvis Guo and Tuney Zheng and Yuelin Bai and Bo Li and Yubo Wang and King Zhu and Yizhi Li and Graham Neubig and Wenhu Chen and Xiang Yue}, year={2024}, eprint={2412.05237}, archivePrefix={arXiv}, primaryClass={cs.CL}, url={https://arxiv.org/abs/2412.05237}, } ``` """ block_css = """ #buttons button { min-width: min(120px,100%); } """