Hzfinfdu / Diffusion-BERT

ACL'2023: DiffusionBERT: Improving Generative Masked Language Models with Diffusion Models
Apache License 2.0
286 stars 24 forks source link

Reimplemented Diffusion-LM #9

Closed Leo-T-Zang closed 9 months ago

Leo-T-Zang commented 1 year ago

Hi,

Thank you for the amazing work.

As I read your paper and noticed that you had reimplemented Diffusion-LM, do you have any plan to open source your implementation as well?

Thanks.

Hzfinfdu commented 1 year ago

Hi, thank you for following our work!

The implementation of Diffusion-LM is available at https://github.com/XiangLi1999/Diffusion-LM. Our re-implementation is based on that with slight modification.

If you have any other problems please feel free to contact with me.

zhihanyang2022 commented 1 week ago

@Hzfinfdu Thanks for the work! For lm1b, did you use padding for the Diffusion-LM re-implementation as well?