RUCAIBox/TextBox

How does `task_key` is updated? How is `task_key` determined for new task?

jeeyung opened this issue · 1 comments

I checked the code in textbox/model/ptg.py.
However, I am confused that how task_key is updated.
Is the only last embedding updated?

Also, I am wondering how to determine task_key for new task..
Doesn't it refer to the other tasks?

I realized that you assume that source_prompts are given. My mistake.
Thanks!