-
Notifications
You must be signed in to change notification settings - Fork 79
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
Question about pretrained models w.r.t InferSent and ESIM #47
Comments
I am so sorry that this project was done two years ago and I have moved from my school to my company now so it is not possible to retrieve the trained models any more. You may use the trained models from other sources, such as this one: https://github.com/facebookresearch/InferSent, https://github.com/coetaur0/ESIM. |
Hello,is the argument "target-model-path" in attack_nli.py where the pretrained bertmodel exists? I can't load the model? |
Yes, target-model-path should be the path to the model that has been fine-tuned on the corresponding dataset. |
Please tell me do you have the pretrained model that you have finetuned? I just want to use the tool to generate some adversary sentences. |
Hi, thanks for your code. Since I haven't found pretrained models for InferSent and ESIM, I trained both models by myself. However, I cannot reproduce the accuracy same as the data you provided. Could you provide details of training and validation? Or share the pretrained models?
The text was updated successfully, but these errors were encountered: