Skip to content

Commit

Permalink
fix: fix some details bug
Browse files Browse the repository at this point in the history
  • Loading branch information
innovation64 committed Feb 24, 2024
1 parent 4ef16d2 commit 9b34ec7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions notebooks/zh-CN/_toctree.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- title: 开源 AI Cookbook
- title: 开源 AI 指南 (Cookbook)
sections:
- local: index
title: 开源 AI Cookbook
title: 开源 AI 指南 (Cookbook)
- local: automatic_embedding_tei_inference_endpoints
title: 通过推理端点使用 TEI 自动嵌入
- local: faiss_with_hf_datasets_and_clip
Expand Down
10 changes: 5 additions & 5 deletions notebooks/zh-CN/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 开源 AI Cookbook
# 开源 AI 指南 (Cookbook)

开源 AI Cookbook 是一系列 Notebook 的合集,里面展示了如何利用开源工具和模型来开发 AI 应用和解决各种机器学习问题的实际技巧和方法。
开源 AI 指南 (Cookbook) 是一系列 Notebook 的合集,里面展示了如何利用开源工具和模型来开发 AI 应用和解决各种机器学习问题的实际技巧和方法。

## 最新 Notebook

Expand All @@ -12,11 +12,11 @@
- [使用合成数据和 LLM 作为裁判评估 RAG](rag_evaluation)
- [使用 LangChain 在 HuggingFace 文档上构建高级 RAG](advanced_rag)

你还可以在 Cookbook 的[Github 仓库](https://github.com/huggingface/cookbook)中查看 Notebook。
你还可以在指南 (Cookbook)[Github 仓库](https://github.com/huggingface/cookbook)中查看 Notebook。

## 贡献

开源 AI Cookbook 是社区和大家共同努力的成果,我们非常欢迎每个人都来参与贡献!
开源 AI 指南 (Cookbook) 是社区和大家共同努力的成果,我们非常欢迎每个人都来参与贡献!


查看 Cookbook 的[贡献指南](https://github.com/huggingface/cookbook/blob/main/README.md)了解如何添加你的“食谱(教程)”。
查看指南 (Cookbook)[贡献指引](https://github.com/huggingface/cookbook/blob/main/README.md)了解如何添加你的“食谱(教程)”。

0 comments on commit 9b34ec7

Please sign in to comment.