loretoparisi / fasttext.js

FastText for Node.js
MIT License
191 stars 28 forks source link

Different sentence vector compared to Python #32

Open udi-aharon opened 1 year ago

udi-aharon commented 1 year ago

When loading bin model trained with Python, the sentences embedding are different compared to Python.

Node.js: image

Python image

loretoparisi commented 1 year ago

Thank you for reporting. Is it a Skipgram model? Can you share model training parameters? I will try to reproduce using a toy dataset then.