Closed fredzannarbor closed 4 years ago
What we are doing in the summarization query is we are finetuning a model on your dataset. If you want to run just inference I would look into Huggingface transformer pipelines as those should provide an easy way to play around with trained models for different tasks https://huggingface.co/transformers/main_classes/pipelines.html#transformers.SummarizationPipeline
Closing for now but feel free to open if this is still an issue.
I don’t understand the documentation for summarization_query.
Why does it need a “summary” column? All I have is the original text. I want the model to generate the summary! I would like to be able to summarize the entire data set, or to summarize each row.
https://libradocs.github.io/html/nlp.html