Skip to content

Commit

Permalink
change img width to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
gynchoi committed Sep 20, 2024
1 parent a097812 commit 0339e08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions promptdistill2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ <h3 class="title is-3 has-text-centered">Quantitative Results</h3>
<br>
<h4 class="title is-4 has-text-centered">Transfer Learning via Prompt Distillation</h4>
<div class="content has-text-centered">
<img src="./static/images_promptdistill/tab1.png" alt="transfer learning table" width="70%">
<img src="./static/images_promptdistill/tab1.png" alt="transfer learning table" width="100%">
<p>
Quantitative results of prompt distillation compared to the scratch learning and full-weights transfer learning on three domains.
</p>
Expand All @@ -1024,7 +1024,7 @@ <h4 class="title is-4 has-text-centered">Transfer Learning via Prompt Distillati
<br>
<h4 class="title is-4 has-text-centered">Knowledge Enhancement</h4>
<div class="content has-text-centered">
<img src="./static/images_promptdistill/tab2.png" alt="knowledge enhancement table" width="70%">
<img src="./static/images_promptdistill/tab2.png" alt="knowledge enhancement table" width="100%">
<p>
Analyze the enhancement ability to already-trained networks.
</p>
Expand All @@ -1033,7 +1033,7 @@ <h4 class="title is-4 has-text-centered">Knowledge Enhancement</h4>
<br>
<h4 class="title is-4 has-text-centered">Knowledge Compression</h4>
<div class="content has-text-centered">
<img src="./static/images_promptdistill/tab3.png" alt="knowledge compression table" width="70%">
<img src="./static/images_promptdistill/tab3.png" alt="knowledge compression table" width="100%">
<p>
Comparing distinct knowledge compression strategies.
</p>
Expand All @@ -1056,13 +1056,13 @@ <h3 class="title is-3 has-text-centered">Quantitative Ablation</h3>
<br>
<h4 class="title is-4 has-text-centered">The Number of Prompt and Distillation Epochs</h4>
<div class="content has-text-centered">
<img src="./static/images_promptdistill/abl1.png" alt="transfer learning table" width="70%">
<img src="./static/images_promptdistill/abl1.png" alt="transfer learning table" width="100%">
<p>
Effects of the number of prompt embeddings and distillation epochs on prompt projection types.
</p>
</div>
<div class="content has-text-centered">
<img src="./static/images_promptdistill/abl2.png" alt="knowledge compression table" width="70%">
<img src="./static/images_promptdistill/abl2.png" alt="knowledge compression table" width="100%">
<p>
CEffects of the number of prompt embeddings and distillation epochs on prompt compression strategies.
</p>
Expand Down

0 comments on commit 0339e08

Please sign in to comment.