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

bert #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

bert #1

wants to merge 1 commit into from

Conversation

denizyuret
Copy link

I implemented a transformer and saw ~75% accuracy in ~10 epochs. See if this helps debug your transformer code. Still todo:

  • hyperparameter optimization, I just made up some numbers
  • optimization tricks, learning rate schedule etc from bert
  • compare code with original bert to make sure no bugs etc
  • bridge specific optimizations: remove positional encoding from cards etc
  • figure out how to handle rare bids like 7S (this is not specific to transformer)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant