Skip to content

Commit f3a2e93

Browse files
committed
100x -> 50x
1 parent 0d48725 commit f3a2e93

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

appendix-E/01_main-chapter-code/appendix-E.ipynb

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
"id": "b8b6819e-ef7a-4f0d-841a-1b467496bef9"
777777
},
778778
"source": [
779-
"- As we can see, we reduced the number of trainable parameters by almost 100x when using LoRA\n",
779+
"- As we can see, we reduced the number of trainable parameters by almost 50x when using LoRA\n",
780780
"- Let's now double-check whether the layers have been modified as intended by printing the model architecture"
781781
]
782782
},
@@ -1474,14 +1474,6 @@
14741474
"source": [
14751475
"- As we can see based on the relatively high accuracy values above, the LoRA finetuning was successful"
14761476
]
1477-
},
1478-
{
1479-
"cell_type": "code",
1480-
"execution_count": null,
1481-
"id": "baa472da-44cf-42a9-8e59-6ddf7979bcd5",
1482-
"metadata": {},
1483-
"outputs": [],
1484-
"source": []
14851477
}
14861478
],
14871479
"metadata": {

0 commit comments

Comments
 (0)