You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.
Currently i am thinking of using pegasus for abstractive summarization for a personal project. I am planning to make a gui where a user can input the number of lines of summary desired. Is there any way to change the output summary based on user input?
The text was updated successfully, but these errors were encountered:
Look, the Number of lines is subjective- for one line is of 2 tokens and for other lines can be of 5 tokens.
All I'm saying is you can take a number of minimum tokens and maximum tokens from the user and set those values in min_length and max_length and then generate output accordingly.
:)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently i am thinking of using pegasus for abstractive summarization for a personal project. I am planning to make a gui where a user can input the number of lines of summary desired. Is there any way to change the output summary based on user input?
The text was updated successfully, but these errors were encountered: