Results 2 comments of Chevalier

hi bros, I feed model batch inputs through the following steps. 1. just save the results of `vggish_input.wavfile_to_examples()` on your dataset. 2. finetune model ```python class FintuneModel(nn.Module): def __init__(self): super(FintuneModel,...

> > > @shenhongdeng 用 Huggingface 最新代码测试的,你的代码是最新版吗 ![image](https://user-images.githubusercontent.com/16256802/254193394-208a8362-2a5f-436b-9614-b673d6eab0fb.png) > > > > > > 最新版也会出现这问题啊。。 > > 使用官方的p-tuning脚本进行训练和推理,用上图的方法检查,训练和推理时都有tok.eos_token_id=2, tok.pad_token_id=0, 也会出现输出内容不断重复的问题 请问有解决吗,我全量微调也碰到这种问题,生成重复以及无法停止