When I save fine-tuned weight, the weight size is doubled why? #1020
Answered
by
kouohhashi
kouohhashi
asked this question in
Q&A
-
|
I fine-tuned a model and saved it like below. The original file size was 139M. How can I fix this? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
kouohhashi
Mar 3, 2023
Replies: 1 comment
-
|
I got it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kouohhashi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got it.
I think what I should do is
model = model.half()before saving weights.