Skip to content

Instantly share code, notes, and snippets.

@saprativa
Last active February 5, 2024 07:25
Show Gist options
  • Save saprativa/b5cb639e0c035876e0dd3c46e5a380fd to your computer and use it in GitHub Desktop.
Save saprativa/b5cb639e0c035876e0dd3c46e5a380fd to your computer and use it in GitHub Desktop.
Summarization of Long Documents using Transformers
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@VincentOracle
Copy link

Yes, the Google's pegasus model is the state-of-the-art pre-trained model for abstractive text summarization.

I tried that too, I tried the pegasus model pretrained on cnn dataset available in huggingface. but its is also giving extractive results. If you have seen abstractive results could you please share that notebook or code.

@VincentOracle
Copy link

Yes, the Google's pegasus model is the state-of-the-art pre-trained model for abstractive text summarization.

I tried that too, I tried the pegasus model pretrained on cnn dataset available in huggingface. but its is also giving extractive results. If you have seen abstractive results could you please share that notebook or code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment