[intro] docs: modify basics.kr.mdx, elements.kr.mdx, _meta.kr.json#1
Merged
onestone9900 merged 3 commits into11mLLM:00_Introfrom Jul 26, 2023
Merged
[intro] docs: modify basics.kr.mdx, elements.kr.mdx, _meta.kr.json#1onestone9900 merged 3 commits into11mLLM:00_Introfrom
onestone9900 merged 3 commits into11mLLM:00_Introfrom
Conversation
jiwonaid
reviewed
Jul 22, 2023
jiwonaid
reviewed
Jul 22, 2023
Closed
6 tasks
jiwonaid
approved these changes
Jul 26, 2023
jiwonaid
reviewed
Jul 26, 2023
| "elements": "프롬프트의 요소", | ||
| "basics": "프롬프트의 기초", | ||
| "elements": "프롬프트의 구성 요소", | ||
| "tips": "프롬프트 디자인 팁", |
Collaborator
There was a problem hiding this comment.
원석님 혹시 시간 괜찮으시면 이거 프롬프트 디자인 팁
프롬프트 설계에 관한 일반적인 팁로 변경해 주실 수 있나요?
어려운 일은 아니지만 conflit 날 것 같아서요. #9
cc. @sunday-sketching
11mLLM
pushed a commit
that referenced
this pull request
Jul 28, 2023
Modify for more proper context
Hr0803
reviewed
Jul 30, 2023
| ``` | ||
|
|
||
| 위와 같이 프롬프트를 수행하는 방식을 *zero-shot prompting*이라고도 합니다. 즉, 어떤 예시나 설명 없이 직접 모델에 응답을 요구하고 있습니다. 몇몇 대규모 언어 모델에는 zero-shot prompting을 실행할 수 있는 기능이 있지만, 해당 작업의 복잡성과 지식에 따라 다른 결과를 낳습니다. | ||
| 위와 같이 프롬프트를 수행하는 방식을, *제로샷 프롬프팅(zero-shot prompting)*이라고도 합니다. 즉, 어떤 예시나 설명 없이 직접 모델에 응답을 요구하고 있습니다. 몇몇 대규모 언어 모델에는 제로샷 프롬프팅을 실행할 수 있는 기능이 있지만 해당 작업의 복잡성과 지식에 따라 다른 결과를 만들어 냅니다. |
| # 프롬프트의 구성 요소 | ||
|
|
||
| 프롬프트 엔지니어링을 접목한 여러 응용 프로그램을 반복해서 사용하다 보면, 프롬프트를 구성하는 특정 요소들이 있다는 것을 알 수 있습니다. | ||
| 프롬프트 엔지니어링을 접목한 여러 애플리이션을 반복해서 사용하다 보면, 프롬프트에는 특정 구성 요소들이 있다는 것을 알 수 있습니다. |
Closed
Esantomi
reviewed
Jul 31, 2023
|
|
||
| _프롬프트_ | ||
|
|
||
| *프롬프트* |
Collaborator
There was a problem hiding this comment.
- Prompt:로 통일하는 것으로 논의되어서 수정이 필요할 듯합니다.
|
|
||
| _출력:_ | ||
|
|
||
| *출력:* |
Collaborator
There was a problem hiding this comment.
- Output:으로 통일하기로 하여 수정이 필요할 듯합니다.
| @@ -28,26 +26,24 @@ _출력:_ | |||
| 한 발짝 더 나아가보겠습니다: | |||
| _프롬프트:_ | ||
|
|
||
| ``` | ||
| 문장을 완성해줘: |
| @@ -28,26 +26,24 @@ _출력:_ | |||
| 한 발짝 더 나아가보겠습니다: | |||
|
|
|||
| _프롬프트:_ | |||
| _프롬프트:_ | ||
| 언제나 QA 형식을 따라야하는 것은 아닙니다. 주어진 태스크에 따른 적절한 프롬프트 형식을 사용해보세요. 예를 들어, 간단한 분류를 통해 아래와 같이 모범 예시를 제공할 수 있습니다: | ||
|
|
||
| *프롬프트:* |
|
|
||
| _출력:_ | ||
|
|
||
| *출력:* |
pages/introduction/basics.kr.mdx
Outdated
| ``` | ||
|
|
||
| 언어 모델의 학습을 위해 약간의 설명을 제공해주면 few-shot prompting은 문맥에 맞는 학습을 할 수 있습니다. | ||
| 언어 모델의 학습을 위해 몇 번의 모범 예시를 제공해주면, 퓨-샷 프롬프팅은 문맥에 맞는 학습을 할 수 있습니다. |
Collaborator
There was a problem hiding this comment.
언어모델로 붙여 쓰기로 합의되었습니다.제공해 주면으로 띄어 주셔야 합니다퓨샷으로 - 없이 사용하기로 합의되었습니다.
| 프롬프트에는 다음 구성 요소들이 있습니다: | ||
|
|
||
| **명령** - 모델이 수행할 특정 작업 또는 명령 | ||
| **지시** - 모델이 수행할 특정 작업 또는 지시 |
Collaborator
There was a problem hiding this comment.
명령과 지시의 원 단어를 ()로 병기해 주면 좋지 않을까요?
| **출력 지시자** - 출력의 유형이나 형식 | ||
|
|
||
| 위의 모든 요소가 프롬프트에 필요한 것은 아니며 어떤 작업을 하느냐에 따라 포맷은 달라질 수 있습니다. 이어지는 가이드에서 더 구체적인 예를 다루겠습니다. | ||
| 위의 네 가지 구성 요소가 프롬프트에 모두 필요한 것은 아니며 형식은 어떤 작업인지에 따라 달라질 수 있습니다. 이어지는 가이드에서 더 구체적인 예를 다루겠습니다. |
Collaborator
There was a problem hiding this comment.
- example을
예시로 통일하는 것으로 파악하고 있어 수정이 필요할 듯합니다.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
intro 파일 수정
참고 문서: https://www.notion.so/open-up/Terms-45a96c2dcfe44107a7ddb49a71ebf646