Category: Summary
-
Text2TextGeneration pipeline by Huggingface transformers
Text2TextGeneration is a single pipeline for all kinds of NLP tasks like Question answering, sentiment classification, question generation, translation, paraphrasing, summarization, etc. Let’s see how the Text2TextGeneration pipeline by Huggingface transformers can be used for these tasks.
-
Summarize text document using transformers and BERT
Summarize text document using Huggingface transformers and BERT. Use different transformer models for summary and findout the performance.