forked from dair-ai/Prompt-Engineering-Guide
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
53 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Prompt Engineering Course | ||
# 提示工程课程 | ||
|
||
Due to high demand, we are partnering with Maven to deliver a new course on Prompt Engineering for LLMs. If you are interested, [join the waitlist](https://maven.com/forms/4f11a9). | ||
由于需求量大,我们正在与 Maven 合作推出一门新的 LLM 提示工程课程。如果您有兴趣,[加入候补名单](https://maven.com/forms/4f11a9)。 | ||
|
||
[Elvis Saravia](https://www.linkedin.com/in/omarsar/), who has worked at companies like Meta AI and Elastic, and has years of experience in AI and LLMs, will be the instructor for this course. | ||
[Elvis Saravia](https://www.linkedin.com/in/omarsar/),他曾在 Meta AI 和 Elastic 等公司工作,并在 AI 和 LLM 领域有多年的经验,将担任本课程的讲师。 | ||
|
||
This hands-on course will cover prompt engineering techniques, use cases, and tools for effectively building applications on top of large language models (LLMs). | ||
这门实践课程将涵盖提示工程技术、用例和工具,以有效地构建基于大型语言模型(LLM)的应用程序。 | ||
|
||
Our learners range from software engineers to the top AI researchers and practitioners in organizations like LinkedIn, Amazon, JPMorgan Chase & Co., Intuit, Fidelity Investments, Coinbase, Guru, and many others. | ||
我们的学习者包括软件工程师、LinkedIn、Amazon、JPMorgan Chase & Co.、Intuit、Fidelity Investments、Coinbase、Guru 等组织的顶级 AI 研究人员和从业者。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# LLMs for Creativity | ||
# 大模型的创造力 | ||
|
||
import ContentFileNames from 'components/ContentFileNames' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# LLM Evaluation | ||
# 使用模型评价 | ||
|
||
This page needs a translation! Feel free to contribute a translation by clicking the `Edit this page` button on the right. | ||
import ContentFileNames from 'components/ContentFileNames' | ||
|
||
本节包含一系列提示,用于测试 LLM 的能力,以用于评估,其中包括使用 LLM 本身作为判断。 | ||
|
||
|
||
<ContentFileNames section="prompts/evaluation" lang="en"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Image Generation | ||
# 图像生成 | ||
|
||
This page needs a translation! Feel free to contribute a translation by clicking the `Edit this page` button on the right. | ||
import ContentFileNames from 'components/ContentFileNames' | ||
|
||
本节包含一系列提示,用于探索 LLM 和多模态模型的功能。 | ||
|
||
|
||
<ContentFileNames section="prompts/image-generation" lang="zh"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Information Extraction with LLMs | ||
# 文本总结 | ||
|
||
This page needs a translation! Feel free to contribute a translation by clicking the `Edit this page` button on the right. | ||
import ContentFileNames from 'components/ContentFileNames' | ||
|
||
本节包含一系列提示,用于探索 LLM 的信息提取功能。 | ||
|
||
<ContentFileNames section="prompts/information-extraction" lang="zh"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Question Answering with LLMs | ||
# 大模型问答 | ||
|
||
This page needs a translation! Feel free to contribute a translation by clicking the `Edit this page` button on the right. | ||
import ContentFileNames from 'components/ContentFileNames' | ||
|
||
本节包含用于测试 LLM 的问答能力的提示集合。 | ||
|
||
<ContentFileNames section="prompts/question-answering" lang="zh"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Reasoning with LLMs | ||
# 大模型的推理 | ||
|
||
This page needs a translation! Feel free to contribute a translation by clicking the `Edit this page` button on the right. | ||
import ContentFileNames from 'components/ContentFileNames' | ||
|
||
|
||
本节包含用于测试 LLM 推理能力的提示集合。 | ||
|
||
|
||
<ContentFileNames section="prompts/reasoning" lang="zh"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Text Summarization with LLMs | ||
# 文本总结 | ||
|
||
This page needs a translation! Feel free to contribute a translation by clicking the `Edit this page` button on the right. | ||
import ContentFileNames from 'components/ContentFileNames' | ||
|
||
本节包含一系列用于探索 LLM 文本摘要功能的提示。 | ||
|
||
<ContentFileNames section="prompts/text-summarization" lang="zh"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Truthfulness in LLMs | ||
# 生成内容的真实性 | ||
|
||
This page needs a translation! Feel free to contribute a translation by clicking the `Edit this page` button on the right. | ||
import ContentFileNames from 'components/ContentFileNames' | ||
|
||
本节包含探索 LLM 真实性的提示集。 | ||
|
||
|
||
<ContentFileNames section="prompts/truthfulness" lang="zh"/> |