Skip to content
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

Open
terryqj0107 opened this issue Sep 26, 2018 · 6 comments
Open

how to run the paraphraser? meet with some problem #6

terryqj0107 opened this issue Sep 26, 2018 · 6 comments

Comments

@terryqj0107
Copy link

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'

@wwwehr
Copy link

wwwehr commented Mar 4, 2019

you need to download and stage this zip file

@rtatay
Copy link

rtatay commented Mar 6, 2019

Had the same issue...got a HTTP 403 error access denied when trying the link. :(

@Dobatymo
Copy link

Try this one https://drive.google.com/file/d/1l2liCZqWX3EfYpzv9OmVatJAEISPFihW/view?usp=sharing

@afriedman412
Copy link

does anyone have a mirror for the zip or has it been re-upped somewhere?

it's over download cap rn!

@sohailhaider
Copy link

If anyone you guys have the data model please share the link here, none of the above links are operational.

@cstan969
Copy link

cstan969 commented Mar 8, 2021

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:
https://drive.google.com/file/d/1l2liCZqWX3EfYpzv9OmVatJAEISPFihW/view?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants