training-word2vec icon indicating copy to clipboard operation
training-word2vec copied to clipboard

How to train your own word2vec model for use with ml5.js

Results 2 training-word2vec issues
Sort by recently updated
recently updated
newest added

Hello! I was trying to train my own vector model, but got decoding errors during the linebreaks removal. I figured out that forcing the encoding (encoding="utf-8") during the file opening...

this line in the readme ``` python train.py file.xt ``` Is that supposed to be `file.txt` and if so can you provide a sample file? perhaps the one used for...