practical-nlp-code
practical-nlp-code copied to clipboard
Files are missing from the chapters
For Ch3. Notebook 10.
It uses a model called "File-Path".
Nowhere is the model File Path given in the Repo.
Hey @123nishant
The File-Path
is supposed to be the path to the Word2Vec model. Unfortunately, Word2Vec is too large for us to include in the repo.
Hi @varunp2k could you please include a link ? So that if required we can use wget and use it .
@123nishant
wget -P /data -c "https://s3.amazonaws.com/dl4j-distribution/GoogleNews-vectors-negative300.bin.gz"
Can you please send a pull request with the necessary changes so its helpful to everyone else?
Hi I'll do that .
However I am facing an issue while trying it on Google colab that the embedding size is too large as it goes beyond 2gb .
Any suggestions what might work ?
Also on what configuration did you run the notebooks ??