openai / gpt-2

Code for the paper "Language Models are Unsupervised Multitask Learners"
https://openai.com/blog/better-language-models/
Other
22.57k stars 5.53k forks source link

How can i use GPT to correct the alignment and spellings in a sentence? #273

Open murtuzamdahod opened 4 years ago

murtuzamdahod commented 4 years ago

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

qalabeabbas49 commented 3 years ago

were you able to find any guide for this task?