Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wdndev committed May 4, 2024
1 parent 4a1fcea commit fed3378
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@

本仓库为大模型面试相关概念,由本人参考网络资源整理,欢迎阅读,如果对你有用,麻烦点一下 `start`,谢谢!

为了在低资源情况下,学习大模型,进行动手实践,创建 [tiny-llm-zh](https://github.com/wdndev/tiny-llm-zh)仓库,旨在构建一个小参数量的中文Llama2大语言模型,方便学习,欢迎学习交流。
为了在低资源情况下,学习大模型,进行动手实践,创建 [tiny-llm-zh](https://github.com/wdndev/tiny-llm-zh)仓库,旨在构建一个小参数量的中文大语言模型,方便学习,欢迎学习交流。

## 在线阅读

本仓库相关文章已放在个人博客中,欢迎阅读:
在线阅读链接:[LLMs Interview Note](http://wdndev.github.io/llm_interview_note)

在线阅读链接:[LLMs Interview Note](http://wdndev.github.io/note/llm/llm_concept/llm%E5%85%AB%E8%82%A1.html)

## 注意:

Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
repo: 'https://github.com/wdndev/llm_interview_note',
// 开启侧边栏
loadSidebar: true,
maxLevel: 4,
// 全文搜索
search: {
paths: 'auto',
Expand Down Expand Up @@ -64,5 +65,6 @@
<!-- 侧边栏折叠 -->
<script src="//cdn.jsdelivr.net/npm/docsify-sidebar-collapse/dist/docsify-sidebar-collapse.min.js"></script>


</body>
</html>

0 comments on commit fed3378

Please sign in to comment.