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 MLM Support #208

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ArjunParthasarathy
Copy link

Description

@AlanAboudib this adds support for a BERT encoder and iterator, specifically for the Masked LM use case.

Affected Dependencies

Now requires HuggingFace Transformers library to be installed.

How has this been tested?

I used a structure very similar to the BPTT Example Notebook to verify that my encoder and iterator work in training a BERT model. I was able to get good test and validation scores for my trained model on the Wikitext-2 dataset.

Copy link
Contributor

@AlanAboudib AlanAboudib left a comment

Choose a reason for hiding this comment

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

Just a question?

syfertext/encoders/bert_encoder.py Outdated Show resolved Hide resolved
Copy link
Contributor

@AlanAboudib AlanAboudib left a comment

Choose a reason for hiding this comment

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

Great work @Dat-Boi-Arjun . Would you also please submit your jupyter notebook for training in examples/local

syfertext/encoders/bert_encoder.py Outdated Show resolved Hide resolved
syfertext/data/iterators/bert_loader.py Outdated Show resolved Hide resolved
syfertext/data/iterators/bert_loader.py Outdated Show resolved Hide resolved
syfertext/data/iterators/bert_loader.py Outdated Show resolved Hide resolved
syfertext/data/iterators/bert_loader.py Show resolved Hide resolved
syfertext/data/iterators/bert_loader.py Outdated Show resolved Hide resolved
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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.

2 participants