Spaces:
Runtime error
Runtime error
Update serve_constants.py
Browse files- serve_constants.py +9 -1
serve_constants.py
CHANGED
@@ -106,7 +106,15 @@ The service is a research preview and is subject to the [License](https://huggin
|
|
106 |
bibtext = """
|
107 |
## Citation
|
108 |
```
|
109 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
```
|
111 |
"""
|
112 |
|
|
|
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 |
"""
|
120 |
|