Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 2-fine-tuning
Submodule 2-fine-tuning added at d5ef5f
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

|항목|일반 파인튜닝|LoRA 파인튜닝|
|---:|---:|---:|
|Validation Accuracy|--|--|
|Training Time|--|--|
|GPU 메모리 사용량|--|--|
|모델 저장 용량|--|--|
|Validation Accuracy|85.8%|79.6%|
|Training Time|37분|27분 38초|
|GPU 메모리 사용량|2.71GB|1.60GB|
|모델 저장 용량|12.18GB|44.38MB|
|etc|

### 예시
Expand Down Expand Up @@ -44,4 +44,4 @@ test: 테스트 코드, 리팩토링 테스트 코드 추가
chore: 빌드 업무 수정, 패키지 매니저 수정, production code와 무관한 부분들 (.gitignore, build.gradle 같은)
comment: 주석 추가 및 변경
remove: 파일, 폴더 삭제
rename: 파일, 폴더명 수정
rename: 파일, 폴더명 수정
Loading