Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next word prediction using LSTM and BERT #93

Closed
Aparna-Sakshi opened this issue May 6, 2021 · 3 comments · Fixed by #94
Closed

Next word prediction using LSTM and BERT #93

Aparna-Sakshi opened this issue May 6, 2021 · 3 comments · Fixed by #94
Assignees
Labels
enhancement New feature or request gssoc21 GirlScript Summer of Code'21 Level3 New Features,Major Bug Fix

Comments

@Aparna-Sakshi
Copy link
Contributor

Description
Given a sequence of words, next k words will be predicted using

  1. character-based LSTM models
  2. word-based LSTM models
  3. Transformer-based language model (i.e)BERT

After which I'll compare the performance of these models.
I am a GSSOC-21 participant, kindly assign this issue to me.

@welcome
Copy link

welcome bot commented May 6, 2021

Hello there!👋 Welcome to the project!🚀⚡
Thank you and congrats🎉 for opening your very first issue in this project. Please wait for sometime and make sure not to start working on the issue, unless you get assigned to it.😄

@github-actions github-actions bot added the gssoc21 GirlScript Summer of Code'21 label May 6, 2021
@Rishikeshrajrxl Rishikeshrajrxl added enhancement New feature or request Level3 New Features,Major Bug Fix labels May 8, 2021
@Rishikeshrajrxl
Copy link
Contributor

@Aparna-Sakshi go ahead.

Aparna-Sakshi added a commit to Aparna-Sakshi/CoinShift-Imaging-Box that referenced this issue May 11, 2021
@Aparna-Sakshi
Copy link
Contributor Author

Aparna-Sakshi commented May 11, 2021

I have made a pull request. Here is the link to it: #94
@Rishikeshrajrxl

Rishikeshrajrxl added a commit that referenced this issue May 15, 2021
@Rishikeshrajrxl Rishikeshrajrxl linked a pull request May 15, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc21 GirlScript Summer of Code'21 Level3 New Features,Major Bug Fix
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants