Giter Club home page Giter Club logo

multisense-prob-fasttext's People

Contributors

benathi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

multisense-prob-fasttext's Issues

Saving variance

Hello,

I am interested in saving the variance in the unimodal case. So I implemented the negativeSampling in the case where multi is false and var is true.

For some reason the variance does not seem to change a lot, it stays around the initial value. I tried to use the variance without the setting it to the log, but then the loss blows up. Is this the reason you store the log?

Also, it seems to me that when var is false, you never change its value. I get that in the spherical case, it simplifies the energy (equation 5), but shouldn't you still update the variance (just a scalar, not a vector anymore).

Many thanks

cannot download pretrained model

Hi,

I try to download the pretrained embeddings for the model but both 7z and zip link failed.
here is the error message

wget https://s3.amazonaws.com/probabilistic-ft-multisense/multift-english/mv-wacky_e10_d300_vs2e-4_lr1e-5_mar1.zip -P modelfiles/
--2018-07-23 19:46:29-- https://s3.amazonaws.com/probabilistic-ft-multisense/multift-english/mv-wacky_e10_d300_vs2e-4_lr1e-5_mar1.zip
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.216.129.173
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.216.129.173|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2018-07-23 19:46:30 ERROR 403: Forbidden.

Would you mind solving this link issue?

Best,
Guoyin

Programming error

Hi,

I am a fresher of word2vec research. When I copied this code to my own jupyter, I found there was the error existed as below:

NameError Traceback (most recent call last)
in
1 # caching
----> 2 if self.cache and self.bucket != 0:
3 print ("Cache subword")
4 self.subword_emb = self.cache_subword_rep(basename=basename)
5 if multi:

NameError: name 'self' is not defined

I tried to find a method to address this issue, but did not make any sense. Just wandering whether you have got the same experience? I am looking forward to your reply. Thank you.

Kind Regards,
Siyue

Paper Source

Where can I download the original paper? THANKS

Empty Data Error while loading the model

Hi, I trained the model on 50k files with same arguments given in train_text8_multi.sh , which took around 7 to 8 hours for training. Now I am trying to load it in python, I used below code:

import multift
ft = multift.MultiFastText(basename="modelfiles/multi_text8_e10_d300_vs2e-4_lr1e-5_margin1", multi=True)

The size of modelfiles folder is around 5GB.
But now it is giving me error:
EmptyDataError: No columns to parse from file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.