Skip to content
#

summarization

Here are 560 public repositories matching this topic...

haystack
ZanSara
ZanSara commented Mar 16, 2022

Problem
Currently FARMReader will ask users to raise max_seq_length every time some samples are longer than the value set to it. However, this can be confusing if max_seq_length is 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

type:feature good first issue topic:models journey:intermediate
BrandonKMLee
BrandonKMLee commented Jun 18, 2021

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:

help wanted question good first issue
atulkum
atulkum commented Nov 30, 2018

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

help wanted good first issue

Improve this page

Add a description, image, and links to the summarization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the summarization topic, visit your repo's landing page and select "manage topics."

Learn more