Appendix E: Parameter-efficient Finetuning with LoRA (#142)

This commit is contained in:
Sebastian Raschka
2024-05-05 12:05:17 -05:00
committed by GitHub
parent a63b0f626c
commit dd31946b2a
5 changed files with 2053 additions and 1 deletions

3
appendix-E/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Appendix E: Parameter-efficient Finetuning with LoRA
- [01_main-chapter-code](01_main-chapter-code) contains the main chapter code.