-
Notifications
You must be signed in to change notification settings - Fork 99
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
how to run the paraphraser? meet with some problem #6
Comments
you need to download and stage this zip file |
Had the same issue...got a HTTP 403 error access denied when trying the link. :( |
does anyone have a mirror for the zip or has it been re-upped somewhere? it's over download cap rn! |
If anyone you guys have the data model please share the link here, none of the above links are operational. |
The link for nmt-50m-demo on this website worked for me: https://www.cs.cmu.edu/~jwieting/ Here's the extracted hyperlink as well: |
Traceback (most recent call last):
File "inference.py", line 3, in
from preprocess_data import preprocess_batch
File "/data/jquan/codes/paraphraser-master/paraphraser/preprocess_data.py", line 26, in
word_to_id, idx_to_word, embedding, start_id, end_id, unk_id, mask_id = load_sentence_embeddings()
File "/data/jquan/codes/paraphraser-master/paraphraser/embeddings.py", line 9, in load_sentence_embeddings
with open("../../para-nmt-50m/data/ngram-word-concat-40.pickle", 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: '../../para-nmt-50m/data/ngram-word-concat-40.pickle'
The text was updated successfully, but these errors were encountered: