I have a dataset with 20lakh food item names. And another clean dataset with all the correct vocabularies. I want to use GPT to build a item name corrector. For eg:
IN: "Cheeesseee Pijjja"
OUT: "Cheese Pizza"
I am aware that GPT language model is capable to do this but I'm not sure how it can be implemented. Any help would really be appreciated
I have a dataset with 20lakh food item names. And another clean dataset with all the correct vocabularies. I want to use GPT to build a item name corrector. For eg:
IN: "Cheeesseee Pijjja" OUT: "Cheese Pizza"
I am aware that GPT language model is capable to do this but I'm not sure how it can be implemented. Any help would really be appreciated