Sure, here's the translation in simplified Chinese while keeping the HTML structure: ```html

大型语言模型(LLMs)简介

``` In this HTML snippet: - `

` indicates a paragraph tag. - `大型语言模型(LLMs)简介` translates to "An Intro to Large Language Models (LLMs)" in simplified Chinese.

Sure, here's the HTML structure with the translated simplified Chinese text: ```html

不时地,某些技术会抓住人们的注意力,成为科技行业对话的核心焦点。现在,大型语言模型(LLMs)正处于这些讨论的前沿。生成式人工智能是一个热门话题,催生了新的工作角色,如提示工程师和人工智能科学家。但LLMs究竟是什么呢?

``` In this HTML snippet: - `

` tags are used for paragraph formatting, containing the translated Chinese text. - The translated text is enclosed within the `

` tags, ensuring it is properly formatted as a paragraph in HTML.

Sure, the translation of "Language Models (LMs)" into simplified Chinese while keeping the HTML structure intact would be: ```html 语言模型LMs ``` In this HTML snippet: - `` is used for marking ruby annotations in HTML, where the base text is "语言模型" (Language Models). - `` is used to specify parentheses for browsers that do not support `` annotations natively. - `` is used to define the annotation text, which here is "LMs". This markup will correctly display "语言模型(LMs)" in a way that aligns with the intended meaning and structure of the original text.

To translate the English text to simplified Chinese while keeping the HTML structure, you can use the following: ```html

首先,让我们了解一下语言模型是什么。语言模型(LMs)是一种算法,根据已经看到的单词来预测序列中的下一个单词。一个常见的例子是手机键盘上的预测文本功能。当您在手机上开始输入时,键盘会建议可能的下一个单词,以帮助您完成句子。下面的图片说明了这一点。

``` This HTML snippet will display the translated text in simplified Chinese, maintaining the structure for web content.
A mobile keypad showing three suggestions (you, you doing, and u) after i have typed “How are”
A mobile keypad showing three possible word suggestions(“you”, “you doing”, “u”) after I type “How are”

To translate "Large Language Models (LLMs)" into simplified Chinese while keeping the HTML structure, you would write: ```html 大型语言模型(LLMs) ``` In this HTML snippet: - `` specifies that the text within is in simplified Chinese. - `大型语言模型(LLMs)` is the translated text, where "大型语言模型" means "Large Language Models" and "(LLMs)" is kept as is since it's an acronym commonly used in English as well.

Sure, here's the translated text in simplified Chinese while maintaining the HTML structure: ```html

LLM(大型语言模型)是使用需要大量参数的算法构建的先进版本的LM(语言模型),有时参数多达数十亿,并且是在庞大的数据集上训练的。LLM的一个常见示例是ChatGPT。正如下图所示,还有许多其他LLM。

``` In Chinese (Simplified): ```html

LLM(大型语言模型)是使用需要大量参数的算法构建的先进版本的LM(语言模型),有时参数多达数十亿,并且是在庞大的数据集上训练的。LLM的一个常见示例是ChatGPT。正如下图所示,还有许多其他LLM。

```
Four examples of tools built using LLMs: Bard, Claude, ChatGPT, and Pi
Examples of tools built using LLMs

Sure, here's how you could structure the HTML while translating the text into simplified Chinese: ```html

要使用LLM,用户向其发送一条消息(通常称为提示),然后LLM根据下面的图片返回响应。

``` This HTML snippet preserves the structure while presenting the translated text in simplified Chinese.
Classic architecture for using LLMs

Sure, here's the HTML structure with the translated text in simplified Chinese: ```html

这种经典的架构意味着用户仅基于训练语言模型的数据接收响应。许多组织拥有宝贵的数据,通常是私有的,因此未被用于公开可用的语言模型的训练。然而,这些私有数据通常不足以构建高质量的语言模型,更不用说需要大量计算资源来进行这样的努力。面对这些挑战,如何让拥有宝贵但有限私有数据的组织利用这项技术呢?答案在于调整架构。

``` This HTML structure keeps the translated text while maintaining the basic structure for embedding into a webpage.

Sure, here is the text "Retrieval-Augmented Generation (RAG)" translated into simplified Chinese while keeping the HTML structure: ```html 检索增强生成(RAG) ``` In this translation: - `` indicates the start of the text in simplified Chinese. - `检索增强生成(RAG)` is the translated text for "Retrieval-Augmented Generation (RAG)". - `` closes the `` tag, marking the end of the Chinese text.

To translate the given English text to simplified Chinese while keeping the HTML structure, you can use the following code: ```html RAG is another buzzword you will come across, it is an adjusted architecture for using LLMs that allows users to include their data (context). RAG 是另一个你会遇到的流行词,它是一种调整后的架构,用于使用LLMs,允许用户包含他们的数据(上下文)。 ``` In this code: - `...` is used for the English text. - `...` is used for the simplified Chinese translation. Make sure your HTML document is properly set up to support different languages if you're integrating these spans into a larger document.

The RAG architecture for using LLMs

Here is the translated text in simplified Chinese, keeping the HTML structure intact: ```html 您可以将RAG中的Generation理解为LLMs。正如我们所见,LLMs会持续生成下一个词。然而,我们不希望仅仅依赖LLMs已有的数据,因此我们通过从知识库中检索到的上下文来增强这个过程。这就是RAG!它从我们的数据中检索知识,并将其包含在发送给LLM的提示中,以增强生成响应的过程,如上图所示。 ``` This translation maintains the original meaning while adapting it for a simplified Chinese audience.

Sure, here's the translated text in simplified Chinese while maintaining the HTML structure: ```html

当你要求ChatGPT为你写一封示例求职信时,那是经典架构。当你包含你的简历并要求它使用简历中的信息为你写一封求职信时,那就是RAG 😅

``` This HTML code contains the translated text in simplified Chinese within a paragraph (`

`) tag.

Certainly! The translation of "Summary" to simplified Chinese, while keeping HTML structure, would be: ```html 总结 ``` This HTML snippet ensures that "Summary" is translated to "总结" and maintains its place within the document structure.

  • Certainly! Here's the text translated into simplified Chinese, keeping the HTML structure intact: ```html 语言模型(LMs)是基于已经看到的单词来预测序列中下一个单词的算法。 ``` This HTML code maintains the structure while providing the translated text in simplified Chinese.
  • LLM是使用需要大量参数的算法构建的LM的高级版本,有时需要训练庞大的数据集,有时达到数十亿。
  • Sure, here is the translated text in simplified Chinese, while keeping the HTML structure intact: ```html 大多数组织拥有宝贵的私人数据,然而,这些数据不足以构建高质量的LLM,除此之外,还涉及到计算成本。 ``` This translation maintains the original meaning and structure of the English sentence in simplified Chinese.
  • 在检索增强生成(RAG)架构下,组织可以通过利用其知识库中的上下文信息,更有效地定制和使用现有的语言模型(LLMs)来生成提示。

2024-06-24 04:14:14 AI中文站翻译自原文