Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ITOP40
- Dell #Latitude #BIOS
- Laptop #CPUID
- razer #deathadder #viper #g102
- x99 itx/ac
- VirtualBox #VMware
- 매크로렌즈 #리버스링
- TensorFlow #Python #pip
- 피코프레소 #ITOP40
- Oh My Zsh #macOS
- centos7 #yum update #/boot
- Java #MacBook #macOS
- XTU #Virtual Machine System
- k6 #피코프레소
- Arduino #PlatformIO #macOS
- Octave #homebrew #macOS
- ESP32 #Arduino
- egpu #aorus gaming box #gtx1070 #tb3
- Linux #VirtualBox
- VNC #Firewall #CenOS7 #VMware
- fat32 #rufus
- Callaway #Mavrik #Epic Flash
- Tarantula #3D 프린터
- Arduino #Wall Plotter
- Xeon #E5-2680
- macro lens #EF #FD
- CM-EF-NEX
- 다이슨 #배터리
- VMware #Shared Folder
- cycloidal #rv reducer
Archives
- Today
- Total
목록2025/04/08 (1)
얕고 넓게

2025.04.08지난 번 이해 못한 파인튜닝을 다시 도전.다른 블로그에서 학습용 데이터 만드는 것부터 이상했는데,Copilot에게 물어서 정리했다.QnA형태로 구성된 test.txt 파일을 이용하여 로컬에 있는 aa.gguf 모델 파인 튜닝하는 순서와 구체적인 파이썬 코드를 알려줘# Step 1: 환경 설정import transformersimport torch# 필요한 라이브러리 설치!pip install transformers datasets# Step 2: 데이터 준비def load_data(file_path): with open(file_path, 'r', encoding='utf-8') as f: lines = f.readlines() data = [{"question"..
IT/AI.ML
2025. 4. 8. 22:52