KerwinJob commited on
Commit
2c703b1
1 Parent(s): 476eb9e

Update serve_constants.py

Browse files
Files changed (1) hide show
  1. serve_constants.py +9 -14
serve_constants.py CHANGED
@@ -1,10 +1,10 @@
1
  title_markdown = """
2
- <div style="display: flex; justify-content: left; align-items: center; text-align: left; background: linear-gradient(45deg, rgba(195, 253, 245, 0.8), rgba(255, 0, 80, 0.3)); border-radius: 10px; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);"> <a href="https://llava-vl.github.io/blog/2024-05-10-llava-next-stronger-llms/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
3
- <img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="LLaVA-NeXT" style="max-width: 80px; height: auto; border-radius: 10px;">
4
  </a>
5
  <div>
6
- <h2 ><a href="https://llava-vl.github.io/blog/2024-05-10-llava-next-stronger-llms/">LLaVA OneVision: Multimodal Chat</a> </h2>
7
- <h5 style="margin: 0;"><a href="https://llavanext-video.lmms-lab.com/">Video Model</a> | <a href="https://github.com/LLaVA-VL/LLaVA-NeXT">Github</a> | <a href="https://huggingface.co/collections/lmms-lab/llava-next-6623288e2d61edba3ddbf5ff">Huggingface</a> | <a href="https://llava-vl.github.io/blog/2024-05-10-llava-next-stronger-llms/">Blog</a> | <a href="https://llava-vl.github.io">More</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://neulab.github.io/Pangea/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
77
- <img src="https://i.postimg.cc/sx6yL5ff/mammoth-vl.png" alt="LLaVA-NeXT">
78
  </a>
79
  <div>
80
- <h2><a href="https://mammoth-vl.github.io/">MAmmoTH-VL:Scaling Synthetic Multimodal Instruction Data with Open Models</a></h2>
81
- <h5><a href="https://mammoth-vl.github.io/">Code</a> | <a href="https://mammoth-vl.github.io/">Model</a> | <a href="https://mammoth-vl.github.io/">DataSet</a> | <a href="https://mammoth-vl.github.io/">Demo</a></h5>
82
  </div>
83
  </div>
84
  """
@@ -106,12 +106,7 @@ The service is a research preview and is subject to the [License](https://huggin
106
  bibtext = """
107
  ## Citation
108
  ```
109
- @article{yue2024pangea,
110
- title={Pangea: A Fully Open Multilingual Multimodal LLM for 39 Languages},
111
- author={Yue, Xiang and Song, Yueqi and Asai, Akari and Kim, Seungone and Nyandwi, Jean de Dieu and Khanuja, Simran and Kantharuban, Anjali and Sutawika, Lintang and Ramamoorthy, Sathyanarayanan and Neubig, Graham},
112
- journal={arXiv preprint arXiv:2410.16153},
113
- year={2024}
114
- }
115
  ```
116
  """
117
 
 
1
  title_markdown = """
2
+ <div style="display: flex; justify-content: left; align-items: center; text-align: left; background: linear-gradient(45deg, rgba(195, 253, 245, 0.8), rgba(255, 0, 80, 0.3)); border-radius: 10px; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);"> <a href="https://mammoth-vl.github.io/" style="margin-right: 20px; text-decoration: none; display: flex; align-items: center;">
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
  </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
  bibtext = """
107
  ## Citation
108
  ```
109
+
 
 
 
 
 
110
  ```
111
  """
112