-
Notifications
You must be signed in to change notification settings - Fork 4
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
Guide how to encode a simple sentence #19
Comments
@djmv could you please dump your error log? I can see that the word2vec loading line will crash because of the This will load the word2vec more slowly. You can load them way faster with the
|
Thanks! @danielwatson6 , now I have two files
what is the next step ? Also, some additional info
Thanks! for reply.
|
Hello, I'm new and I trying to use this tool. I have downloaded the google word2vec pre-trained file (GoogleNews-vectors-negative300.bin.gz). Then, I use the example code
Put in keyVectorload the file downloaded, but then when I run, got errors.
I need some basic tutorial for test the example. please.
I'm trying to enconde simple sentences and then I want to use that for train a classifier.
And I read that with skip-thoughts are obtained good results and I want to test.
My question are:
Where I put sentences?
I need train some model or pre-trained file is enough ?
Please, I need help.
Thanks !
The text was updated successfully, but these errors were encountered: