Cannot download model
#5
by
6NguyenTran6
- opened
Error on downloading model: GenerationConfig is invalid:
temperature
:do_sample
is set toFalse
. However,temperature
is set to0.7
-- this flag is only used in sample-based generation modes. You should setdo_sample=True
or unsettemperature
.top_p
:do_sample
is set toFalse
. However,top_p
is set to0.8
-- this flag is only used in sample-based generation modes. You should setdo_sample=True
or unsettop_p
.min_p
:do_sample
is set toFalse
. However,min_p
is set to0.0
-- this flag is only used in sample-based generation modes. You should setdo_sample=True
or unsetmin_p
.top_k
:do_sample
is set toFalse
. However,top_k
is set to20
-- this flag is only used in sample-based generation modes. You should setdo_sample=True
or unsettop_k
.
If you're using a pretrained model, note that some of these attributes may be set through the model'sgeneration_config.json
file.
Please help. Thanks so much
Hi, we fixed the issue, thank you for flagging it