practical-nlp-code icon indicating copy to clipboard operation
practical-nlp-code copied to clipboard

Files are missing from the chapters

Open 123nishant opened this issue 4 years ago • 5 comments

For Ch3. Notebook 10.

It uses a model called "File-Path".

Nowhere is the model File Path given in the Repo.

123nishant avatar Sep 24 '20 05:09 123nishant

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.

varunp2k avatar Sep 30 '20 03:09 varunp2k

Hi @varunp2k could you please include a link ? So that if required we can use wget and use it .

123nishant avatar Sep 30 '20 04:09 123nishant

@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?

varunp2k avatar Sep 30 '20 11:09 varunp2k

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 ?

123nishant avatar Oct 02 '20 09:10 123nishant

Also on what configuration did you run the notebooks ??

123nishant avatar Oct 02 '20 09:10 123nishant