You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
I am trying to build a character based seq2seq model using tensorflow for food item names correction. The input/output would be like
IN: Cheessseee Quisadillas
OUT: Cheese Quesadillas
I have tried training a word level seq2seq but it does not give much good results. I have also read that we only used attention mechanism on long sequences and I have a Maximum of 6 word sentence(Item Name).
Apart from this, Can I use a language model like BERT or GPT for such task
Can anyone please suggest the changes or provide better resources for implementing the same.?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to build a character based seq2seq model using tensorflow for food item names correction. The input/output would be like
I have tried training a word level seq2seq but it does not give much good results. I have also read that we only used attention mechanism on long sequences and I have a Maximum of 6 word sentence(Item Name).
Apart from this, Can I use a language model like BERT or GPT for such task
Can anyone please suggest the changes or provide better resources for implementing the same.?
The text was updated successfully, but these errors were encountered: