Optimal parameters for cogagent-vqa - do_sample? top_p? top_k? temperature? #314
Unanswered
FurkanGozukara
asked this question in
Q&A
Replies: 3 comments 4 replies
|
For the default parameters, they are set according to the default values in our online experience address: If you want to set do_sample = True |
1 reply
|
@zRzRzRzRzRzRzR thank you so much so if we set do sample the only parameter we add is top_p = 0.8 top k and temperature remains same right? also cogagent-vqa is the best model for this right? |
1 reply
|
@zRzRzRzRzRzRzR thank you so much for replies do you know why i might be getting these warnings? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello. I am working on a tutorial for using cogagent-vqa for image captioning for Stable Diffusion training.
Could you let me know optimal parameters for captioning images? it will be 1 question and answer
Also is cogagent-vqa best for this?
do_sample : false or true?
top_p : what value?
top_k : what value?
temperature : what value?
can you tell me default values to set them?
All reactions