Spaces:
Running
on
Zero
Running
on
Zero
Update serve_constants.py
Browse files- 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://
|
| 7 |
-
<h5 style="margin: 0;"><a href="
|
| 8 |
</div>
|
| 9 |
</div>
|
| 10 |
"""
|
|
@@ -73,12 +73,12 @@ html_header = """
|
|
| 73 |
</style>
|
| 74 |
|
| 75 |
<div class="header-container">
|
| 76 |
-
<a href="https://
|
| 77 |
-
<img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="MAmmoTH-
|
| 78 |
</a>
|
| 79 |
<div>
|
| 80 |
-
<h2><a href="https://
|
| 81 |
-
<h5><a href="
|
| 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{
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
| 113 |
-
|
| 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 |
"""
|