Skip to content

Commit

Permalink
Merge branch 'main' into ncu-zh
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutmydreams committed Jul 4, 2024
2 parents d92de76 + ac6530f commit d650b99
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 20 deletions.
10 changes: 5 additions & 5 deletions pages/course.zh.mdx
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.
我们的学习者包括软件工程师、LinkedInAmazonJPMorgan Chase & Co.IntuitFidelity InvestmentsCoinbaseGuru 等组织的顶级 AI 研究人员和从业者。
2 changes: 1 addition & 1 deletion pages/prompts/creativity.zh.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LLMs for Creativity
# 大模型的创造力

import ContentFileNames from 'components/ContentFileNames'

Expand Down
9 changes: 7 additions & 2 deletions pages/prompts/evaluation.zh.mdx
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"/>
9 changes: 7 additions & 2 deletions pages/prompts/image-generation.zh.mdx
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"/>
8 changes: 6 additions & 2 deletions pages/prompts/information-extraction.zh.mdx
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"/>
8 changes: 6 additions & 2 deletions pages/prompts/question-answering.zh.mdx
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"/>
10 changes: 8 additions & 2 deletions pages/prompts/reasoning.zh.mdx
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"/>
8 changes: 6 additions & 2 deletions pages/prompts/text-summarization.zh.mdx
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"/>
9 changes: 7 additions & 2 deletions pages/prompts/truthfulness.zh.mdx
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"/>

0 comments on commit d650b99

Please sign in to comment.