JiangJiahao
Results
1
issues of
JiangJiahao
Hi. To obtain the salience map of previous tokens when generating new tokens, we can use the code/function provided in the example code: ``` output = lm.generate(prompt, generate=1, do_sample=True, attribution=['ig'])...