-
Notifications
You must be signed in to change notification settings - Fork 100
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
Comments
@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. |
Thanks for the reply, where do i get the glove pickle |
You should be able to find it as part of the standard glove embeddings download. I might have pickled it though |
Pretty cool stuff, but it's not easy to get running
For spacy add to .bashrc
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
The text was updated successfully, but these errors were encountered: