hesamation commited on
Commit
099cdb9
·
1 Parent(s): 00760c0

Update index.html to adjust the width embedding layer in llm image

Browse files
Files changed (1) hide show
  1. src/index.html +1 -1
src/index.html CHANGED
@@ -260,7 +260,7 @@
260
  </ol>
261
 
262
  <figure class="fullscreen">
263
- <div id="image-as-graph" style="display: grid; position: relative; justify-content: center;">
264
  <img src="assets/images/llm_embedding_overview.png" alt="Overview of embeddings in LLMs">
265
  </div>
266
  <figcaption>Overview of how embeddings fit into the LLM architecture</figcaption>
 
260
  </ol>
261
 
262
  <figure class="fullscreen">
263
+ <div id="image-as-graph" style="display: grid; position: relative; justify-content: center; width: 70%;">
264
  <img src="assets/images/llm_embedding_overview.png" alt="Overview of embeddings in LLMs">
265
  </div>
266
  <figcaption>Overview of how embeddings fit into the LLM architecture</figcaption>