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 was archived by the owner on Apr 2, 2025. It is now read-only.
Hi,
I think nothing speaks against simply replacing BERT with GPT. Just have a look at the huggingface library (which we are using for the BERT implementation) for best practices. You especially need to replace the BERT related calls in spert/models.py and BertTokenizer/BertConfig in spert/spert_trainer.py. Other than that, the preprocessing, training and model architecture related code should also work with GPT.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, just wondering whether there are any efforts in the SpERT + GPT model integration?
The text was updated successfully, but these errors were encountered: