wenhu commited on
Commit
8317d3e
·
verified ·
1 Parent(s): a51f943

Update serve_constants.py

Browse files
Files changed (1) hide show
  1. serve_constants.py +11 -14
serve_constants.py CHANGED
@@ -3,8 +3,8 @@ title_markdown = """
3
  <img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="MAmmoTH-VL" style="max-width: 80px; height: auto; border-radius: 10px;">
4
  </a>
5
  <div>
6
- <h2 ><a href="https://mammoth-vl.github.io/">MAmmoTH-VL Chat</a> </h2>
7
- <h5 style="margin: 0;"><a href="https://huggingface.co/MMSFT/MAmmoTH-VL-8B">Model</a> | <a href="https://github.com/MAmmoTH-VL/MAmmoTH-VL">Code</a> | <a href="https://huggingface.co/datasets/MMSFT/MAmmoTH-VL-12M">Dataset</a> | <a href="https://mammoth-vl.github.io/">Homepage</a></h5>
8
  </div>
9
  </div>
10
  """
@@ -73,12 +73,12 @@ html_header = """
73
  </style>
74
 
75
  <div class="header-container">
76
- <a href="https://mammoth-vl.github.io/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
77
- <img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="MAmmoTH-VL">
78
  </a>
79
  <div>
80
- <h2><a href="https://mammoth-vl.github.io/">MAmmoTH-VL:Eliciting Multimodal Reasoning with Instruction Tuning at Scale</a></h2>
81
- <h5><a href="https://github.com/MAmmoTH-VL/MAmmoTH-VL">Code</a> | <a href="https://huggingface.co/MMSFT/MAmmoTH-VL-8B">Model</a> | <a href="https://huggingface.co/datasets/MMSFT/MAmmoTH-VL-12M">DataSet</a> | <a href="https://mammoth-vl.github.io/">Homepage</a></h5>
82
  </div>
83
  </div>
84
  """
@@ -106,14 +106,11 @@ The service is a research preview and is subject to the [License](https://huggin
106
  bibtext = """
107
  ## Citation
108
  ```
109
- @article{guo2024mammothvlelicitingmultimodalreasoning,
110
- title={MAmmoTH-VL: Eliciting Multimodal Reasoning with Instruction Tuning at Scale},
111
- 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},
112
- year={2024},
113
- eprint={2412.05237},
114
- archivePrefix={arXiv},
115
- primaryClass={cs.CL},
116
- url={https://arxiv.org/abs/2412.05237},
117
  }
118
  ```
119
  """
 
3
  <img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="MAmmoTH-VL" style="max-width: 80px; height: auto; border-radius: 10px;">
4
  </a>
5
  <div>
6
+ <h2 ><a href="https://tiger-ai-lab.github.io/VisualWebInstruct/">MAmmoTH-VL2 Chat</a> </h2>
7
+ <h5 style="margin: 0;"><a href="">Model</a> | <a href="https://huggingface.co/TIGER-Lab/MAmmoTH-VL2">Code</a> | <a href="https://huggingface.co/datasets/TIGER-Lab/VisualWebInstruct">Dataset</a> | <a href="https://tiger-ai-lab.github.io/VisualWebInstruct/">Homepage</a></h5>
8
  </div>
9
  </div>
10
  """
 
73
  </style>
74
 
75
  <div class="header-container">
76
+ <a href="https://tiger-ai-lab.github.io/VisualWebInstruct/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
77
+ <img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="MAmmoTH-VL2">
78
  </a>
79
  <div>
80
+ <h2 ><a href="https://tiger-ai-lab.github.io/VisualWebInstruct/">MAmmoTH-VL2 Chat</a> </h2>
81
+ <h5 style="margin: 0;"><a href="">Model</a> | <a href="https://huggingface.co/TIGER-Lab/MAmmoTH-VL2">Code</a> | <a href="https://huggingface.co/datasets/TIGER-Lab/VisualWebInstruct">Dataset</a> | <a href="https://tiger-ai-lab.github.io/VisualWebInstruct/">Homepage</a></h5>
82
  </div>
83
  </div>
84
  """
 
106
  bibtext = """
107
  ## Citation
108
  ```
109
+ @article{visualwebinstruct,
110
+ title={VisualWebInstruct: Scaling up Multimodal Instruction Data through Web Search},
111
+ author = {Jia, Yiming and Li, Jiachen and Yue, Xiang and Li, Bo and Nie, Ping and Zou, Kai and Chen, Wenhu},
112
+ journal={arXiv preprint arXiv:2503.10582},
113
+ year={2025}
 
 
 
114
  }
115
  ```
116
  """