nesl / nlp_adversarial_examples

Implementation code for the paper "Generating Natural Language Adversarial Examples"
MIT License
167 stars 49 forks source link

Cannot download counter-fitted vectors #1

Closed vintersnow closed 5 years ago

vintersnow commented 5 years ago

Hi! When I try to run download_counterfitted_vectors.sh, it shows a error (403 forbidden) and I cannot download the counter-filterd vectors. Can you check this out?

ylhsieh commented 5 years ago

try this link https://github.com/nmrksic/counter-fitting/blob/master/word_vectors/counter-fitted-vectors.txt.zip

vintersnow commented 5 years ago

Thank you!