Skip to content

Commit

Permalink
fixing project page
Browse files Browse the repository at this point in the history
wenhuchen committed May 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 04cfdcf commit ff88e84
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@
<div class="container is-max-desktop">
<div class="columns is-centered">
<div class="column has-text-centered">
<h1 class="title is-1 publication-title">Mantis: Interleaved Multi-Image Instruction Tuning/h1>
<h1 class="title is-1 publication-title">Mantis: Interleaved Multi-Image Instruction Tuning</h1>
<h3 class="title is-3 publication-title">Balancing Multi-Image and Single-Image Abilities of Large Multimodal Models</h3>
<div class="is-size-5 publication-authors">
<span class="author-block">
@@ -152,52 +152,37 @@ <h3 class="title is-3 publication-title">Balancing Multi-Image and Single-Image
<div class="column has-text-centered">
<div class="publication-links">
<span class="link-block">
<a href="https://arxiv.org/abs/2304.08485" target="_blank"
<a href="#" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv</span>
</a>
</span>

<span class="link-block">
<a href="https://arxiv.org/abs/2310.03744" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
</span>
<span>arXiv (LLaVA-1.5)</span>
</a>
</span>
<span class="link-block">
<a href="https://github.com/haotian-liu/LLaVA" target="_blank"
<a href="https://github.com/TIGER-AI-Lab/Mantis/tree/main" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fab fa-github"></i>
</span>
<span>Code</span>
</a>
</span>

<span class="link-block">
<a href="https://llava.hliu.cc" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="far fa-images"></i>
</span>
<span>Demo</span>
</a>
</span>
<span class="link-block">
<a href="https://huggingface.co/datasets/liuhaotian/LLaVA-Instruct-150K" target="_blank"
<a href="https://huggingface.co/TIGER-Lab" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-database"></i>
</span>
<span>Dataset</span>
</a>
</span>

<span class="link-block">
<a href="https://github.com/haotian-liu/LLaVA/blob/main/docs/MODEL_ZOO.md" target="_blank"
<a href="https://huggingface.co/TIGER-Lab" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-share-square"></i>

0 comments on commit ff88e84

Please sign in to comment.