to train fasttext with pretrained data of GoogleNews-vectors-negative300.bin

14 Views Asked by At

i want to train fasttext with the pretrained data of GoogleNews-vectors-negative300.bin in python.

i have tried this

fastTet_model = FastText.load_fasttext_format('path/to/GoogleNews-vectors-negative300.bin')

but this code give me a error

NotImplementedError: Supervised fastText models are not supported

0

There are 0 best solutions below