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

Some notes #2

Open
mikkelam opened this issue May 17, 2018 · 3 comments
Open

Some notes #2

mikkelam opened this issue May 17, 2018 · 3 comments

Comments

@mikkelam
Copy link

mikkelam commented May 17, 2018

Pretty cool stuff, but it's not easy to get running

For spacy add to .bashrc

#Locale
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

download english model sudo python3 -m spacy download en

And then i'm not sure how do i get the embeddings needed here? https://github.com/vsuthichai/paraphraser/blob/master/paraphraser/embeddings.py

I can't get the website to work either

@vsuthichai
Copy link
Owner

@mikkelam I appreciate the comments. Thanks for trying it out! The embeddings can be found in John Wieting's @jwieting shared google drive.

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

He's been very helpful with ideas while I was developing the model. The actual microservice serviing the inferencing on the website is run on a personal machine. ie, I don't have it up on a public host or cloud vm, so I will occasionally bring it down.

@mikkelam
Copy link
Author

Thanks for the reply, where do i get the glove pickle glove.6B/glove.6B.300d.pickle?

@vsuthichai
Copy link
Owner

vsuthichai commented May 23, 2018

You should be able to find it as part of the standard glove embeddings download. I might have pickled it though

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

2 participants