Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default defineConfig({
{ text: '概览', link: '/zh/tutorial/index' },
{ text: '训练精排模型', link: '/zh/tutorial/ranking' },
{ text: '训练多任务模型', link: '/zh/tutorial/multitask' },
{ text: '训练召回模型', link: '/zh/tutorial/retrieval' },
{ text: '训练召回模型', link: '/zh/tutorial/matching' },
]
},
{
Expand Down Expand Up @@ -99,7 +99,7 @@ export default defineConfig({
{ text: '概览', link: '/zh/tutorial/index' },
{ text: '训练精排模型', link: '/zh/tutorial/ranking' },
{ text: '训练多任务模型', link: '/zh/tutorial/multitask' },
{ text: '训练召回模型', link: '/zh/tutorial/retrieval' },
{ text: '训练召回模型', link: '/zh/tutorial/matching' },
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: NextRec 教程与示例,涵盖排序、召回、多任务、ONNX

## 召回模型(Match)

- [训练召回模型](./retrieval.md)
- [训练召回模型](./matching.md)

## 多任务学习(Multi-Task)

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/tutorial/multitask.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,4 @@ print(predictions.head())

## 下一步

- [训练召回模型](./retrieval.md)
- [训练召回模型](./matching.md)
2 changes: 1 addition & 1 deletion docs/zh/tutorial/ranking.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,4 +410,4 @@ print(f"ONNX 模型已保存: {onnx_path}")
## 下一步

- [训练多任务模型](./multitask.md)
- [训练召回模型](./retrieval.md)
- [训练召回模型](./matching.md)
Loading