Skip to content

Commit

Permalink
new file: demos/case1.png
Browse files Browse the repository at this point in the history
	new file:   demos/case2.png
	new file:   demos/case3-1.png
	new file:   demos/case3-2.png
	new file:   demos/case4.png
	new file:   demos/case5.png
	new file:   images/.DS_Store
	new file:   images/data_scaling.png
	modified:   index.html
  • Loading branch information
Haoye17 committed Nov 29, 2023
1 parent 0778d75 commit b1ca99a
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 10 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added demos/case1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos/case2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos/case3-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos/case3-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos/case4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demos/case5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/.DS_Store
Binary file not shown.
Binary file added images/data_scaling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 17 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -495,12 +495,19 @@ <h2 class="title is-3">Experiments</h2>
<br>
<br>

<div class="content has-text-justified">
<p>
<b>More data efficient and good scaling ability</b>:
</p>
</div>
<img id="model" width="40%" src="images/data_scaling.png">

<div class="content has-text-justified">
<p>
<b>More resistent towards over-generalization</b>:
</p>
</div>
<img id="model" width="60%" src="images/over-generalization.jpg">
<img id="model" width="80%" src="images/over-generalization.jpg">

<br>
<br>
Expand Down Expand Up @@ -540,7 +547,7 @@ <h2 class="title is-3">BibTeX</h2>
<!-- Results. -->
<div class="columns is-centered has-text-centered">
<div class="column is-six-fifths">
<h2 class="title is-3">VL-Vicuna Demo</h2>
<h2 class="title is-3">RLHF-V Demo</h2>
</div>
</div>
<!--/ Results. -->
Expand All @@ -550,15 +557,15 @@ <h2 class="title is-3">VL-Vicuna Demo</h2>

<!-- <section class="section"> -->
<div id="main">
<div class="box"><div class="pic"><img src="demos/p1.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/p2.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/p3.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/p4.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/p5.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/p6.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/p7.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/case1.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/case2.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/case3-1.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/case3-2.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/case4.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/case5.png" alt=""></div></div>
<!-- <div class="box"><div class="pic"><img src="demos/p7.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/p8.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/p9.png" alt=""></div></div>
<div class="box"><div class="pic"><img src="demos/p9.png" alt=""></div></div> -->
</div>

</section>
Expand Down

0 comments on commit b1ca99a

Please sign in to comment.