pointer-generator
pointer-generator copied to clipboard
Whether the provided trained model will work only for the news articles or any other articles too?. How to make this model work for other type of articles apart from news?
Hi @HiDhineshRaja, Since the pre trained models have been trained and evaluated on news articles, it can be safely said that they perform as reported. As for other types of models, you really need to check by using data of your own and see if the desired results are generated. If not, you can always try to fine tune the models, using your own datasets, or if you have a large datasets, you can train the model on that.