mit-han-lab / lite-transformer

[ICLR 2020] Lite Transformer with Long-Short Range Attention

Home Page:https://arxiv.org/abs/2004.11886

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

register_task of abstractive summarization

zhangyongwei756 opened this issue · comments

Could you share the code of the register_task of abstractive summarization? The effect of mine is not good, I don't know what the problem is.

Thank you for asking! The configs for the abstractive summarization task is located in configs/cnndm/attention/multibranch_v2/embed496.yml. You may have a try on that if you would like. We use configs/cnndm/test.sh to evaluate the performance.