-
Notifications
You must be signed in to change notification settings - Fork 33
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
Training script for the Bert-based model on the NLI dataset #85
Comments
hello @Hominnn, the training code I've updated the NLI document: https://github.com/SeanLee97/AnglE/blob/main/examples/NLI/README.md#41-bert To run it successfully,
Here are the intermediate results (in about 9 epochs) of my run:
You can try to increase the I am still training several models with different hyperparameters; I will let you know the better hyperparameters when they are done. |
Thank you for your serious reply. Looking forwarding to more of your meaningful work! |
Dear author, I want to use bert-base-uncased model to train on NLI dataset based on your method for some research. Could you provide relevant training scripts so that I can better reproduce your experimental results? This is my training script, using the same data as your training. I cannot reproduce the evaluation effect of your angle-bert-base-uncased-nli-en-v1 model.
This is my evalution result on STS
The text was updated successfully, but these errors were encountered: