Cannot download model

#5
by 6NguyenTran6 - opened

Error on downloading model: GenerationConfig is invalid:

  • temperature: do_sample is set to False. However, temperature is set to 0.7 -- this flag is only used in sample-based generation modes. You should set do_sample=True or unset temperature.
  • top_p: do_sample is set to False. However, top_p is set to 0.8 -- this flag is only used in sample-based generation modes. You should set do_sample=True or unset top_p.
  • min_p: do_sample is set to False. However, min_p is set to 0.0 -- this flag is only used in sample-based generation modes. You should set do_sample=True or unset min_p.
  • top_k: do_sample is set to False. However, top_k is set to 20 -- this flag is only used in sample-based generation modes. You should set do_sample=True or unset top_k.
    If you're using a pretrained model, note that some of these attributes may be set through the model's generation_config.json file.
    Please help. Thanks so much
Menlo Research org

Hi, we fixed the issue, thank you for flagging it

Sign up or log in to comment