쉽고 빠르게 익히는 실전 LLM 책을 읽어보았습니다. 이 책은 대규모 언어모델(LLM)의 기초부터 심화까지 다룬 책인데, 이론 보다는 실습 위주로 설명하고 있는 책입니다. LLM 관련 업무를 하고 있는 제게 제목만으로도 굉장히 흥미를 끈 책이 였습니다. 쉽고 빠르게 익히는 실전 LLM 책에서 제가 몰랐던 몇몇 가지 기술들에 대해서 알 수 있어서 정말 뜻깊게 읽은 책 입니다. Part 1 LLM 소개 Chapter 1 LLM Chapter 2 LLM을 이용한 의미 기반 검색 Chapter 3 프롬프트 엔지니어링의 첫 번째 단계 Part 2 LLM 활용법 Chapter 4 맞춤형 파인튜닝으로 LLM을 최적화하기 Chapter 5 고급 프롬프트 엔지니어링 Chapter 6 임베딩과 모델 아키텍처 맞춤화 Par..
파이썬에서 print 시 b'aaa' 로 출력 되는 경우 b''를 없애는 방법을 알아보겠습니다. 파이썬에서 변수 출력 시 b'aaa' 라고 출력되는 경우는 해당 변수가 string이 아닌 byte형이기 때문입니다. 해당 변수를 utf-8로 인코딩하면 byte 형태를 string으로 변환 할 수 있습니다. print (out.decode('utf-8')) 이상 파이썬에서 byte 형태인 b''로 출력되는 경우 해당 b''를 없애는 방법을 알아보았습니다.
EBS 입이 트이는 영어 2024.3.15 Volunteer Kimjang Volunteer Kimjang 본문 Kimjang is a cultural practice among Koreans where we prepare and share Kimchi in large amounts to make it through the long, cold winter. Once a year, I do volunteer work with a charitable organization to share Kimchi with neighbors in need. While it involves the active making food I like that the process allows volunteers to engage ..
EBS 입이 트이는 영어 2024.3.14 Chinese Characters Chinese Characters 본문 Our eldest child is seven years old. One day after watching the animated film 'Magic in Chinese Characters', he became deeply fascinated with Chinese characters. Whether on the move in the car, during the shower, or while eating, he constantly recites Chinese characters and recites them from memory. He never takes a break. He also ..
Windows Docker로 Tensorflow GPU 버전 설치하는 방법을 알아보겠습니다. 윈도우의 Docker Desktop에서 설치하는 방법과 WSL의 우분투에서 설치하는 방법으로 설명합니다. Docker Desktop으로 Tensorflow GPU 설치하기 Tensorflow Docker Image Pull 하기 윈도우 Docker Desktop을 실행하고, 왼쪽 메뉴에서 Image를 눌러서 들어 갑니다. 그 후 상단의 검색바를 선택해서 검색을 수행합니다. tensorflow 검색어로 검색하면 tensorflow 도커 이미지를 볼 수 있습니다. tensorflow/tensorflow로 이름이 되어 있는 이미지가 텐서플로에서 정식으로 제공하는 이미지이므로 해당 이미지를 받도록 하겠습니다. GPU 버..
EBS 입이 트이는 영어 2024.3.13 Earthquake Earthquake 본문 It has become more common in recent years to receive emergency alerts and feel the faint vibration of earthquakes. The magnitude of an earthquake is denoted by Richter scale, name after the American seismologist who first proposed it, Charles Richter. A roughly ten-fold increase in amplitude indicates an increase of one on the Richter scale. Meanw..
Comment