Felipe

Results 17 comments of Felipe

Hi @oliver-batchelor, any ideas on this? thanks for your help.

Following up on this. How would this system extend to multi-person settings? @BrianG13

Still haven't solved it. I tried fine-tuning LLaMA on the kit dataset, and that didn't solve it either.

that doesn't solve the issue though, that simply creates a tensor of ones if it doesn't get the desired output.

Hi @SHUWEI-HO, thanks for your quick response. The same happens for me with the pretrained 7B model as well as the finetuned model. Could you share your generate_motion script? it's...

Thanks. Why did you remove the original decoding line 106 `output = tokenizer.decode(output)` just before `output = output.split("### Response:")[1].strip()`?