From ec8507aa7c2bfccdda979a4a7aec54296984f317 Mon Sep 17 00:00:00 2001 From: wdndev Date: Sat, 4 May 2024 15:51:51 +0800 Subject: [PATCH] update --- README.md | 2 +- index.html | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 606fcf7..a2a3789 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ 本仓库为大模型面试相关概念,由本人参考网络资源整理,欢迎阅读,如果对你有用,麻烦点一下 `start`,谢谢! -为了在低资源情况下,学习大模型,进行动手实践,创建 [tiny-llm-zh](https://github.com/wdndev/tiny-llm-zh)仓库,旨在构建一个小参数量的中文大语言模型,方便学习,欢迎学习交流。 +为了在低资源情况下,学习大模型,进行动手实践,创建 [tiny-llm-zh](https://github.com/wdndev/tiny-llm-zh)仓库,旨在构建一个小参数量的中文大语言模型,该项目已部署,可以在如下网站上体验:[ModeScope Tiny LLM](https://www.modelscope.cn/studios/wdndev/tiny_llm_92m_demo/summary)。 ## 在线阅读 diff --git a/index.html b/index.html index 8b078ef..ebad068 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,15 @@ color:'rgb(90,90,90)', language:'chinese', isExpected: true - } + }, + // 回到顶部 + scrollToTop: { + auto: true, + text: '🔼', + right: 12, + bottom: 52, + offset: 25 + }, } @@ -77,6 +85,12 @@ - + + + + + + +