summarization
Here are 560 public repositories matching this topic...
-
Updated
Apr 10, 2022 - Python
The models and algorithms in https://github.com/boudinfl/pke#implemented-models are similar to Textrank but not sped up by SpaCy, so it might be a good idea to include them in PyTextRank
PS: There are also other non TextRank-esque algorithms to consider when making this assessment:
-
Updated
Jul 20, 2020 - Jupyter Notebook
-
Updated
Jun 25, 2020 - Python
-
Updated
Mar 27, 2022 - Python
Need help for retraining and cross validation and see if the ROUGE score matches exactly (or better) with the numbers reported in the paper.
I just train for 500k iteration (with batch size 8) with pointer generation enabled + coverage loss disabled and next 100k iteration (with batch size 8) with pointer generation enabled + coverage loss enabled.
It would be great if someone can help re-r
-
Updated
Apr 11, 2022 - TeX
-
Updated
Apr 22, 2018 - Jupyter Notebook
-
Updated
Apr 7, 2022 - Julia
-
Updated
Aug 8, 2019 - Python
-
Updated
Apr 16, 2019 - Python
-
Updated
Mar 26, 2022 - Python
-
Updated
Feb 10, 2021 - Python
-
Updated
Nov 16, 2017 - Python
-
Updated
May 12, 2020 - Python
-
Updated
Apr 2, 2022 - Python
-
Updated
Feb 10, 2022 - Python
-
Updated
May 25, 2020 - Perl
-
Updated
Oct 5, 2018 - Python
-
Updated
Jul 8, 2021 - Go
-
Updated
Mar 26, 2021
-
Updated
Jul 8, 2021 - Perl
-
Updated
Mar 21, 2022
-
Updated
Dec 17, 2021 - Python
-
Updated
Feb 9, 2022 - Python
-
Updated
Feb 15, 2022 - Python
Improve this page
Add a description, image, and links to the summarization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the summarization topic, visit your repo's landing page and select "manage topics."
Problem
Currently
FARMReaderwill ask users to raisemax_seq_lengthevery time some samples are longer than the value set to it. However, this can be confusing ifmax_seq_lengthis already set to the maximum value allowed by the model, because raising it further will cause hard-to-read CUDA errors.See #2177.
Solution
We should find a way to query the model for the maximum va