Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch at 0.7*Timesteps #10

Open
RBZ-99 opened this issue Nov 22, 2024 · 1 comment
Open

Switch at 0.7*Timesteps #10

RBZ-99 opened this issue Nov 22, 2024 · 1 comment

Comments

@RBZ-99
Copy link

RBZ-99 commented Nov 22, 2024

Amazing work!
I was interested in working and tweaking a few things in the code. However, from my understanding of the paper, you start the mixed prompt/condition at 0.7*Timesteps, however, I couldn't figure out where exactly this is triggered in the code. It will be really helpful if you can possibly help me in this regard.

Thank you!

@wuqiuche
Copy link
Collaborator

Hi RBZ-99,

Thank you very much for your interest in our work. This is triggered through the "lambda_t_star" variable (for example, in edit.sh this is set to 10 [here]). This is passed in our model here so that finally the mixed prompt/condition will start at the position of (50-10)/50 timesteps, or 0.8 T shown in Appendix Table 2. You can simply adjust this to any values between 0 and 50.

Hope this clarifies the concern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants