huofushuo / SID

https://arxiv.org/abs/2408.02032
59 stars 5 forks source link

您好,SID是一个非常好的工作。请问,SID具体是在哪个.py文件以及哪个函数中实施。再次感谢 #3

Closed qppwdd0324 closed 2 months ago

huofushuo commented 2 months ago

Thanks for your attention. You mainly need to modify the modeling strategy like modeling_llama.py--def forward() and corresponding decoding strategy like vcd_sample.py --def sample(). The corresponding intermediate variables also need to be passed.

qppwdd0324 commented 2 months ago
屏幕截图 2024-08-15 104001

您好,我在运行您的代码时,不管哪个代码都遇到了相似的问题,您有什么好的建议么

huofushuo commented 2 months ago

We just test in the ubuntu 22.04. It seems that you do not install `transformers' well.