Skip to content

Commit

Permalink
Site updated: 2024-03-08 11:46:54
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaibineric committed Mar 8, 2024
1 parent 81d3112 commit 99e08ef
Show file tree
Hide file tree
Showing 17 changed files with 1,483 additions and 90 deletions.
16 changes: 12 additions & 4 deletions 2024/03/05/dl_llm_summary/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<meta property="og:image" content="https://gitee.com/lihaibineric/picgo/raw/master/pic/image-20240305201045943.png">
<meta property="og:image" content="https://gitee.com/lihaibineric/picgo/raw/master/pic/image-20240305201148810.png">
<meta property="article:published_time" content="2024-03-05T11:56:50.000Z">
<meta property="article:modified_time" content="2024-03-05T13:55:43.486Z">
<meta property="article:modified_time" content="2024-03-08T03:23:03.166Z">
<meta property="article:author" content="Haibin Li">
<meta property="article:tag" content="深度学习">
<meta name="twitter:card" content="summary_large_image">
Expand Down Expand Up @@ -225,7 +225,7 @@



185 mins
186 mins

</span>

Expand Down Expand Up @@ -267,7 +267,7 @@ <h1 id="seo-header">【深度学习】LLM基础知识</h1>
<p class="note note-info">


Last updated on March 5, 2024 pm
Last updated on March 8, 2024 am


</p>
Expand Down Expand Up @@ -697,6 +697,8 @@ <h4 id="batch-norm">1.1 <strong>Batch Norm</strong></h4>
</ul>
<p><strong>加入缩放和平移变量的原因是:保证每一次数据经过归一化后还保留原有学习来的特征,同时又能完成归一化操作,加速训练。</strong>
这两个参数是用来学习的参数。</p>
<p>encoder-decoder分类<a
target="_blank" rel="noopener" href="https://zhuanlan.zhihu.com/p/642923989">https://zhuanlan.zhihu.com/p/642923989</a></p>
<h1 id="llama系列模型">llama系列模型</h1>
<h1 id="llama">1.LLama</h1>
<h2 id="简介">1.1 简介</h2>
Expand Down Expand Up @@ -983,7 +985,7 @@ <h2 id="code-infilling-task-7b13b-only">4.3 Code Infilling Task (7B/13B

<div class="license-meta-item license-meta-date">
<div>Updated on</div>
<div>March 5, 2024</div>
<div>March 8, 2024</div>
</div>


Expand Down Expand Up @@ -1014,6 +1016,12 @@ <h2 id="code-infilling-task-7b13b-only">4.3 Code Infilling Task (7B/13B
<article class="post-prev col-6">


<a href="/2024/03/08/llm-model/" title="llm_model">
<i class="iconfont icon-arrowleft"></i>
<span class="hidden-mobile">llm_model</span>
<span class="visible-mobile">Previous</span>
</a>

</article>
<article class="post-next col-6">

Expand Down
Loading

0 comments on commit 99e08ef

Please sign in to comment.