I am currently working on a project to generate text content(large) based on provided input text contents. The program should take input text contents lets say news on a specific topic from different news websites and it will merge the inputs text keeping the information intact and generate a new text output [length may be around 2000 words] which should have all the input information. However output should not be same as input. I have used Hugging Face text summarization for this purpose but that doesn’t fit here as I am not looking for summery which has few words, rather I want to recreate/rewrite the input text contents differently. Can this be achieved with Hugging Face, Python?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Narrative text generation | 1 | 64 | October 31, 2024 | |
Which summarization model of huggingface supports more than 1024 tokens? Which model is more suitable for programming related articles? | 1 | 1692 | July 31, 2023 | |
Model to rewrite/summarize a text into a target reading level | 1 | 942 | March 15, 2025 | |
Computer language translation/classification | 0 | 233 | July 1, 2021 | |
Text generation AI models generating repeated/duplicate text/sentences. What am I doing incorrectly? Hugging face models - Meta GALACTICA | 1 | 1102 | January 16, 2023 |