일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 파인튜닝
- 데이터분석
- 플로이드와샬
- 최단경로
- Generative AI
- 이분탐색
- 알고리즘
- Python
- 스터디
- peft
- English
- 프로그래머스
- 그래프이론
- DP
- 파이썬
- speaking
- 판다스
- LLM
- Fine-Tuning
- 코드트리
- Lora
- Study
- Scaling Laws
- bfs/dfs
- 완전탐색
- paper review
- 코딩테스트
- 코딩테스트실력진단
- 머신러닝
- Coursera
- Today
- Total
목록Machine & Deep Learning (24)
생각하는 아져씨

앤드류 응 교수님의 강의를 듣고 공부한 글임을 알려드립니다. Generative AI with LLMs In Generative AI with Large Language Models (LLMs), created in partnership with AWS, you’ll learn the fundamentals of how generative AI works, and how to deploy it in real-world applications. 오늘은 효율적으로 Multi-GPU를 사용하는 전략에 대해 공부해 보겠습니다. 저번 공부에 따르면, Large Language Model(LLM)을 학습하려면 Multi-GPU 사용이 꼭 필요합니다. Single GPU로도 학습할 수 있는 작은 모델이더라도 Mult..

앤드류 응 교수님의 강의를 듣고 정리 및 공부한 글임을 알려드립니다. Generative AI with LLMs In Generative AI with Large Language Models (LLMs), created in partnership with AWS, you’ll learn the fundamentals of how generative AI works, and how to deploy it in real-world applications. Computational challenges 대규모 언어 모델을 학습할 때 가장 흔히 직면하는 문제 중 하나는 메모리 부족입니다. 아마 Nvidia GPU에서 모델을 훈련하거나 로드해 본 적이 있다면 이 오류 메시지가 익숙할지도 모릅니다. OutofMemo..

앤드류 응 교수님의 강의를 듣고 정리 및 공부한 글임을 알려드립니다. Generative AI with LLMs In Generative AI with Large Language Models (LLMs), created in partnership with AWS, you’ll learn the fundamentals of how generative AI works, and how to deploy it in real-world applications. Generative AI 프로젝트 시작하기 전에 Large Language Models(이하 LLMs)를 활용해 어떤 Generative AI 프로젝트를 시작할 때 가장 먼저 하는 것은 주제를 정하는 것입니다. Use case를 정의하고 applicatio..
Large Language Model을 활용해 Dialogue Summary Task 실험을 진행합니다. Prompt Engineering으로 모델의 출력에 어떻게 영향을 줄 지 확인할 수 있습니다. 😙 💡 앤드류 응 교수님의 강의를 듣고 정리 및 공부한 글임을 알려드립니다. Generative AI with LLMs In Generative AI with Large Language Models (LLMs), created in partnership with AWS, you’ll learn the fundamentals of how generative AI works, and how to deploy it in real-world applications Code Jupyter notebook 티스토리에 ..

앤드류 응 교수님의 강의를 듣고 정리 및 공부한 글임을 알려드립니다. Generative AI with LLMs In Generative AI with Large Language Models (LLMs), created in partnership with AWS, you’ll learn the fundamentals of how generative AI works, and how to deploy it in real-world applications. 다음 단어 생성에 영향을 미치는 Configurations max new tokens sample top k sample top p Temperature LLM이 next-word 생성을 거치며 final-decision까지 영향을 주는 요인에는 Confi..

앤드류 응 교수님의 강의를 듣고 정리 및 공부한 글임을 알려드립니다. Generative AI with LLMs In Generative AI with Large Language Models (LLMs), created in partnership with AWS, you’ll learn the fundamentals of how generative AI works, and how to deploy it in real-world applications. 💡 대화 요약 예제를 활용해 LLM에 대해서 Prompt Engineering의 첫 번째 스텝을 배워본다. 파인튜닝 전 생성 퀄리티를 높일 수 있는 In-context Inference 도 배워본다. 👀 Prompt Engineering 복습해봅시다. In..