Relative Content

Tag Archive for pythonnlpdatasethuggingface-transformers

Data to fine tune hugging face models for extractive to abstractive summarization

I am looking to fine tune a summarization model from the HuggingFace Repository of NLP models to convert an extractive summary of a scientific research paper to an abstractive one. I already have a model that generates extractive summaries from the paper but I need data for training the model that would take the extractive summary as an input and generate corresponding abstractive summary as an output.