how to use this model for text summarization #165
-
Hello! |
Beta Was this translation helpful? Give feedback.
Answered by
WissamAntoun
Jun 3, 2022
Replies: 1 comment 2 replies
-
AraBERT can't be used for generative summarization, you can probably do "extractive " where you rank each sentence if it is worthy to be included in the summary, You should check AraGPT2, and fine tune it for generative summarization, using any existing arabic summerization dataset which you can check here https://arbml.github.io/masader/ |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kenzaRe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AraBERT can't be used for generative summarization, you can probably do "extractive " where you rank each sentence if it is worthy to be included in the summary,
You should check AraGPT2, and fine tune it for generative summarization, using any existing arabic summerization dataset which you can check here https://arbml.github.io/masader/