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

Updating predictMaskedToken.m to match new tokenizer. #33

Merged
merged 4 commits into from Apr 19, 2023

Conversation

debymf
Copy link
Member

@debymf debymf commented Apr 19, 2023

Updating predictMaskedToken.m to match new tokenizer. Also included test file to make sure we flag this in future submissions.
The README was also changed to include pointers to where find the data sets used in the GitHub examples.

@debymf debymf requested a review from bwdGitHub April 19, 2023 11:31
Comment on lines 8 to 10
AllModels = {"base","multilingual-cased","medium",...
"small","mini","tiny","japanese-base",...
"japanese-base-wwm"}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given the tokenizers are the same for most the BERTs I think it's fine to just test "tiny" and one of the Japanese BERTs.

@bwdGitHub bwdGitHub self-assigned this Apr 19, 2023
@bwdGitHub
Copy link
Collaborator

Feel free to merge after checking the one comment I made - I thought there was an "approve" button for GitHub PRs.

If you want to be pedantic you could create a bug Issue and close it with the PR. My thought there is maybe some users would like to see what bugs existed, and what commits/merges fix them.

@debymf debymf linked an issue Apr 19, 2023 that may be closed by this pull request
@debymf debymf merged commit 10fb90a into master Apr 19, 2023
1 check passed
@debymf debymf deleted the japanese-bert-fix branch April 19, 2023 21:38
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.

Predict masked tokens examples are not working anymore.
2 participants