Hello I want to train supervised classifier, but my dataset is very small, can I use pre-trained chinese word vectors during the training? If yes how to do that? I saw in documentation pretrainedVectors argument, what we should provide to this .bin or text file, or can we just input something like 'en' for english or 'zh' for chinese so the model would download the corresponding pre-trained vectors?
Hello I want to train supervised classifier, but my dataset is very small, can I use pre-trained chinese word vectors during the training? If yes how to do that? I saw in documentation
pretrainedVectors
argument, what we should provide to this .bin or text file, or can we just input something like 'en' for english or 'zh' for chinese so the model would download the corresponding pre-trained vectors?