benathi / word2gm

Word to Gaussian Mixture Model
BSD 3-Clause "New" or "Revised" License
283 stars 73 forks source link

Share the trained embeddings? #2

Closed zachmayer closed 7 years ago

zachmayer commented 7 years ago

It would be useful to share your trained embeddings, so we don't have to train them ourselves!

benathi commented 7 years ago

Thank you for your suggestion. We will make the trained embeddings available soon!

unvaiso commented 7 years ago

Any news about this @benathi ?

benathi commented 7 years ago

Hi! I just added the link in README. The file is being uploaded right now and it should be available soon tonight. If you download right away it might be an incomplete file so wait about a hour or more to be sure. It should be about 470 MB.

zachmayer commented 7 years ago

I tried to download the file, and it's only ~50MB. Maybe the upload stalled?

zachmayer commented 7 years ago

@benathi The link doesn't work now:

This site can’t be reached

35.161.153.223 refused to connect.
benathi commented 7 years ago

It's fixed and the link should work now. Please try again.

zachmayer commented 7 years ago

@benathi Downloading now. Looks like ~452MB. Thanks!

zachmayer commented 7 years ago

@benathi Got the file downloaded and unzipped. There's 4 files in the folder:

- checkpoint
- model.ckpt-481392835.data-00000-of-00001
- model.ckpt-481392835.index
- model.ckpt-481392835.meta
- vocab.txt

How would I load the pre-trained embeddings back into python?

benathi commented 7 years ago

Please see README for more details.

Frank-17 commented 5 years ago

The trained model for K=2 is not available any more.

Connecting to 35.161.153.223:6004... failed: Connection timed out.

Could you fix it, please?