Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
invictus717 committed Jun 14, 2024
1 parent cdf5cde commit f119c42
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Explore the Limits of Omni-modal Pretraining at Scale

- arXiv: [this link](https://arxiv.org/abs/2406.xxxxx)
- arXiv: [this link](https://arxiv.org/abs/2406.09412)

- Code: [this link](https://github.com/invictus717/MiCo)

Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h2 class="title is-2 publication-title">Explore the Limits of Omni-modal Pretra
<div class="publication-links">
<!-- ArXiv abstract Link -->
<span class="link-block">
<a href="https://arxiv.org/abs/2401.14405" target="_blank"
<a href="https://arxiv.org/abs/2406.09412" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand All @@ -94,7 +94,7 @@ <h2 class="title is-2 publication-title">Explore the Limits of Omni-modal Pretra

<!-- Arxiv PDF link -->
<span class="link-block">
<a href="https://arxiv.org/pdf/2401.14405.pdf" target="_blank"
<a href="https://arxiv.org/pdf/2406.09412.pdf" target="_blank"
class="external-link button is-normal is-rounded is-dark">
<span class="icon">
<i class="fas fa-file-pdf"></i>
Expand Down Expand Up @@ -332,7 +332,7 @@ <h2 class="title">BibTeX</h2>
<pre><code>@article{zhang2024explore,
title={Explore the Limits of Omni-modal Pretraining at Scale},
author={Zhang, Yiyuan and Li, Handong and Liu, Jing and Yue, Xiangyu},
journal={arXiv preprint arXiv:2406.xxxxx},
journal={arXiv preprint arXiv:2406.09412},
year={2024}
}</code></pre>
</div>
Expand Down
Binary file added model/__pycache__/bert.cpython-38.pyc
Binary file not shown.
Binary file added model/__pycache__/imageprocessor.cpython-38.pyc
Binary file not shown.
Binary file added model/__pycache__/mico.cpython-38.pyc
Binary file not shown.
Binary file added model/__pycache__/transformer.cpython-38.pyc
Binary file not shown.
Binary file added model/evaclip/__pycache__/__init__.cpython-38.pyc
Binary file not shown.
Binary file added model/evaclip/__pycache__/constants.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file added model/evaclip/__pycache__/factory.cpython-38.pyc
Binary file not shown.
Binary file added model/evaclip/__pycache__/hf_configs.cpython-38.pyc
Binary file not shown.
Binary file added model/evaclip/__pycache__/hf_model.cpython-38.pyc
Binary file not shown.
Binary file added model/evaclip/__pycache__/model.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file added model/evaclip/__pycache__/openai.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file added model/evaclip/__pycache__/rope.cpython-38.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added model/evaclip/__pycache__/utils.cpython-38.pyc
Binary file not shown.

0 comments on commit f119c42

Please sign in to comment.