Skip to content

Commit

Permalink
add category
Browse files Browse the repository at this point in the history
  • Loading branch information
sheli00 committed Oct 31, 2023
1 parent e3b14a8 commit 60f4b19
Show file tree
Hide file tree
Showing 19 changed files with 323 additions and 281 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@

`category` 请从以下类别中选择

- `RAG`
- 语言模型(`LLM`)
- 提示技术(`Prompt`)
- 微调技术(`Finetune`)
- 评估方法(`Eval`)
- 数据集(`Dataset`)
- 推理方法(`Reasoning`)
- `Token`

[src/zh/posts/${category}](https://github.com/HUSTAI/HUSTAI.github.io/tree/main/src/zh/posts/) 目录下增加一个新的 `md` 文件,参考[配置](https://theme-hope.vuejs.press/zh/config/frontmatter/info.html)来设置 `Frontmatter`
Expand Down
2 changes: 2 additions & 0 deletions src/.vuepress/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ export const zhSidebar = sidebar({
icon: "lightbulb",
prefix: "posts/",
children: [
"rag/",
"llm/",
"prompt/",
"finetune/",
"eval/",
"dataset/",
"reasoning/",
"token/"
]
// activeMatch: "^/zh/posts/",
Expand Down
8 changes: 8 additions & 0 deletions src/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ tagline: 分享知识-分享快乐
article: false

projects:
- icon: circle-question
name: RAG
link: /zh/category/rag/

- icon: circle-question
name: 语言模型
link: /zh/category/语言模型/
Expand All @@ -31,6 +35,10 @@ projects:
name: 数据集
link: /zh/category/数据集/

- icon: puzzle-piece
name: 推理方法
link: /zh/category/推理方法/

- icon: puzzle-piece
name: Token
link: /zh/category/token/
Expand Down
2 changes: 2 additions & 0 deletions src/zh/posts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ article: false

本页面包含一些论文分享的分类:

- [RAG](./rag/)
- [语言模型](./llm/)
- [提示技术](./prompt/)
- [微调技术](./finetune/)
- [评估方法](./eval/)
- [数据集](./dataset/)
- [推理方法](./reasoning/)
- [Token](./token/)
2 changes: 1 addition & 1 deletion src/zh/posts/dataset/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ category:
tag:
- Dataset
dir:
order: 5
order: 6
---
2 changes: 1 addition & 1 deletion src/zh/posts/eval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ category:
tag:
- Eval
dir:
order: 4
order: 5
---
2 changes: 1 addition & 1 deletion src/zh/posts/finetune/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ category:
tag:
- Finetune
dir:
order: 3
order: 4
---
2 changes: 1 addition & 1 deletion src/zh/posts/llm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ category:
tag:
- LLM
dir:
order: 1
order: 2
---
2 changes: 1 addition & 1 deletion src/zh/posts/prompt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ category:
tag:
- Prompt
dir:
order: 2
order: 3
---

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ icon: clipboard-list
date: 2023-09-07
shortTitle: "大模型外挂知识库优化"
category:
- Token
- rag
tag:
- LLM
- 检索
- rag
---

# 如何通过大模型实现外挂知识库优化
Expand Down
225 changes: 113 additions & 112 deletions src/zh/posts/llm/LSR.md → src/zh/posts/rag/LSR.md

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/zh/posts/rag/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: RAG
icon: puzzle-piece
index: false
article: false
category:
- rag
tag:
- rag
dir:
order: 1
---
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ author: 最后的开神-wkyc
icon: pen-to-square
date: 2023-09-21
category:
- 语言模型
- rag
tag:
- 检索
- 文本生成
- rag
# sticky: 10
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2023-08-13
shortTitle: 探究GPT4的推理能力
title: 探究GPT-4到底有没有推理能力?
category:
- 语言模型
- 推理方法
tag:
- GPT-4
- Reasoning
Expand Down
12 changes: 12 additions & 0 deletions src/zh/posts/reasoning/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 推理方法
icon: gem
index: false
article: false
category:
- 推理方法
tag:
- Reasoning
dir:
order: 7
---
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2023-07-14
shortTitle: LLM推理综述
title: 论文分享:基于提示学习的大型语言模型推理综述
category:
- 提示技术
- 推理方法
tag:
- Survey
- LLM
Expand Down
2 changes: 1 addition & 1 deletion src/zh/posts/token/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ category:
tag:
- token
dir:
order: 6
order: 8
---
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon: pen-to-square
date: 2023-05-31
shortTitle: Token危机
category:
- 语言模型
- Token
tag:
- 模型
- 深度学习
Expand Down

0 comments on commit 60f4b19

Please sign in to comment.