Skip to content

Commit

Permalink
Merge pull request #146 from datawhalechina/2024-01
Browse files Browse the repository at this point in the history
2024 01 更新
  • Loading branch information
logan-zou committed Mar 17, 2024
2 parents e3cea9b + 635695d commit 2b4c3cd
Show file tree
Hide file tree
Showing 404 changed files with 1,543 additions and 42,290 deletions.
180 changes: 49 additions & 131 deletions README.md

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion content/Finetuning Large Language Models/readme.md

This file was deleted.

21 changes: 0 additions & 21 deletions content/Prompt Engineering for Developer/readme.md

This file was deleted.

File renamed without changes.
File renamed without changes.
23 changes: 23 additions & 0 deletions content/必修一-/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 面向开发者的提示工程

本教程为吴恩达《ChatGPT Prompt Engineering for Developers》课程中文版,主要内容为指导开发者如何构建 Prompt 并基于 OpenAI API 构建新的、基于 LLM 的应用,包括:

- 书写 Prompt 的原则
- 文本总结(如总结用户评论);
- 文本推断(如情感分类、主题提取);
- 文本转换(如翻译、自动纠错);
- 扩展(如书写邮件)

**目录:**

1. 简介 Introduction @邹雨衡
2. Prompt 的构建原则 Guidelines @邹雨衡
3. 如何迭代优化 Prompt Itrative @邹雨衡
4. 文本总结 Summarizing @玉琳
5. 文本推断 @长琴
6. 文本转换 Transforming @玉琳
7. 文本扩展 Expand @邹雨衡
8. 聊天机器人 @长琴
9. 总结 @长琴

附1 使用 ChatGLM 学习 @宋志学
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
吴恩达老师发布的大模型开发新课程,指导开发者如何结合框架LangChain 使用 ChatGPT API 来搭建基于 LLM 的应用程序,帮助开发者学习使用 LangChain 的一些技巧,包括:模型、提示和解析器,应用程序所需要用到的存储,搭建模型链,基于文档的问答系统,评估与代理等。

### 目录

1. 简介 Introduction @Sarai
2. 模型、提示和解析器 Models, Prompts and Output Parsers @Joye
3. 存储 Memory @徐虎
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 吴恩达新课程《Langchain Chat with Your Data》
# 使用 LangChain 访问个人数据

吴恩达《LangChain Chat With your Data》课程中文版,主要内容为在 LangChain 应用开发课程基础上,讲解如何使用 LangChain 来整合自己的私有数据,包括:加载并切割本地文档;向量数据库与词向量;检索回答;基于私有数据的问答与聊天等。

Expand Down
11 changes: 11 additions & 0 deletions content/选修-Advanced Retrieval for AI with Chroma/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 基于 Chroma 的高级检索

**目录:**

1. 简介 Introduction @邓宇文
2. 基于嵌入的检索技术概述 Overview of Embeddings-based retrieval @周景林
3. 检索陷阱 Pitfalls of retrieval @邓宇文
4. 查询扩展 Query Expansion @左春生
5. 交叉编码器的重排序 Cross-encoder re-ranking @周景林
6. 嵌入适配器 Embedding Adaptors @左春生
7. 其他技术 Other Techniques @邓宇文
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 使用 Gradio 搭建生成式 AI 应用

注:吴恩达《Building Generative AI Applications with Gradio》课程中文版

**目录:**

1. 简介 Introduction @韩颐堃
2. 图像总结应用 Image Captioning App @宋志学
3. NLP 任务接口 NLP Tasks Interface @宋志学
4. 图像生成应用 Image Generation App @小饭同学
5. 描述与生成游戏 Describe and Generate Game @小饭同学
6. 与任意 LLM 交流 Chat with Any LLM @韩颐堃
7. 总结 Conclusion @韩颐堃
Loading

0 comments on commit 2b4c3cd

Please sign in to comment.