Skip to content

Update pages/introduction/*.kr.mdx#2

Merged
jiwonaid merged 1 commit into11mLLM:00_Introfrom
jiwonaid:00_Intro
Jul 26, 2023
Merged

Update pages/introduction/*.kr.mdx#2
jiwonaid merged 1 commit into11mLLM:00_Introfrom
jiwonaid:00_Intro

Conversation

@jiwonaid
Copy link
Copy Markdown
Collaborator

@jiwonaid jiwonaid commented Jul 22, 2023

♯ Type (복수 선택 가능)

  • 초벌 번역
  • 번역 보강

📁 Files

  • examples.kr.mdx
  • settings.kr.mdx

✍️ Comment

ref. https://www.notion.so/open-up/Terms-45a96c2dcfe44107a7ddb49a71ebf646

@jiwonaid jiwonaid changed the title Update settings.kr.mdx and examples.kr.mdx Update pages/introduction/ Jul 22, 2023
@jiwonaid jiwonaid changed the title Update pages/introduction/ Update pages/introduction/*.kr.mdx Jul 22, 2023
@11mLLM 11mLLM assigned 11mLLM and jiwonaid and unassigned 11mLLM Jul 22, 2023
@11mLLM 11mLLM added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 22, 2023
@11mLLM 11mLLM requested a review from onestone9900 July 23, 2023 04:52
@11mLLM 11mLLM linked an issue Jul 26, 2023 that may be closed by this pull request
6 tasks
@jiwonaid jiwonaid merged commit 17c7571 into 11mLLM:00_Intro Jul 26, 2023
11mLLM pushed a commit that referenced this pull request Jul 28, 2023
Copy link
Copy Markdown
Collaborator

@11mLLM 11mLLM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 시연용 테스트입니다! 놀라지마세요~

Copy link
Copy Markdown

@Hr0803 Hr0803 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리뷰 몇 가지 작성해보았습니다. :)

프롬프트를 사용할 때, API를 사용하거나 직접 대규모언어모델(LLM)과 상호작용 할 수 있습니다. 몇 가지 파라미터를 설정하여 프롬프트에서 여러 가지 결과를 얻을 수 있습니다.

**Temperature** - 간단히 말해서, `temperature`값이 낮을수록 가장 확률이 높은 응답(token)이 항상 선택되기 때문에 결과는 더 결정론적입니다. 이 값을 올리면 랜덤성이 증가하여 보다 다양하고 창조적인 결과물을 배출합니다. 즉, 엉뚱한(?) 답변의 가능성이 있는 쪽으로 무게를 늘리는 셈입니다. QA와 같은 작업을 위해 사실기반의 간결한 응답을 원한다면 더 낮은 temperature값을 사용해야겠지요. 반대로 시를 창작하는 등의 창의적인 작업의 경우 temperature 값을 높이는 것이 적합할 것입니다.
**Temperature** - 요컨대, `temperature` 값이 낮을수록 항상 가장 확률이 높은 토큰(말뭉치의 최소 단위)이 선택되기 때문에 더 결정론적인 결과를 낳습니다. temperature 값을 올리면 무작위성이 증가하여 보다 다양하거나 창조적인 결과를 촉진합니다. 이는 다른 가능한 토큰의 가중치를 증가키는 것과 같습니다. 애플리케이션의 경우, 사실을 기반으로 하는 질의응답과 같은 작업에는 낮은 temperature 값을 사용하여 보다 사실적이고 간결한 응답을 얻을 수 있습니다. 시를 생성하거나 다른 창의적인 작업의 경우에는 temperature 값을 높이는 것이 도움이 될 수 있습니다.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

temperature를 높였을 때 모델이 생성하는 토큰의 무작위성이 증가하여 보다 다양하고 창조적인 결과를 촉진합니다.가 조금 더 매끄러워 보입니다. 어떻게 생각하시나요?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

temperature 값을 높였을 때 모델이 선택하는 토큰의 무작위성이 증가하여 보다 다양하고 창조적인 결과를 촉진합니다.

로 변경했습니다! 감사합니다.

@Esantomi Esantomi self-requested a review July 31, 2023 10:21
Copy link
Copy Markdown
Collaborator

@Esantomi Esantomi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Proofread

이전 절에서, 대규모언어모델(LLM)에 프롬프트를 입력하는 기본적인 예를 살펴보았습니다.

이번에는 프롬프트가 작업을 수행하는 추가 예시를 제공하고 그 과정에서 핵심 개념을 살펴보겠습니다. 개념을 배우는 가장 좋은 방법은 예시를 통해 이해하는 것입니다. 아래에서 잘 작성된 프롬프트가 다른 유형의 작업을 수행하기 위해 어떻게 사용되는지에 대한 몇 가지 예를 다루고 있습니다.
이번 절에서는 프롬프트를 사용하여 다양한 작업을 수행하는 예시를 통해 핵심 개념을 살펴보겠습니다. 종종, 개념을 배우는 가장 좋은 방법은 예시를 통해 이해하는 것입니다. 아래에서 잘 작성된 프롬프트가 서로 다른 유형의 작업을 수행하기 위해 어떻게 사용되는지에 대한 몇 가지 예를 다루어보겠습니다.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 아래에서 잘 작성된 프롬프트가에서 아래에서아래의로 바꾸는 게 좀 더 자연스러운 것 같습니다.
  • 다루어보겠습니다다루어 보겠습니다로 띄어 주셔야 합니다.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아래의 잘 작성된 프롬프트 예시를 통해 서로 다른 유형의 작업을 어떻게 수행할 수 있는지에 대해 알아보겠습니다.

로 수정했습니다. 감사합니다!

@Esantomi Esantomi mentioned this pull request Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

Introduction

5 participants